From 6bb156ca8ab55b2fcd5c92e2b4161c56e90a7da6 Mon Sep 17 00:00:00 2001 From: Germain Date: Mon, 22 Nov 2021 13:22:28 +0000 Subject: [PATCH] Make AppsDrawer symetrical when used in maximised widgets (#7177) --- res/css/views/rooms/_AppsDrawer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_AppsDrawer.scss b/res/css/views/rooms/_AppsDrawer.scss index b69c1f8429..201f5811bb 100644 --- a/res/css/views/rooms/_AppsDrawer.scss +++ b/res/css/views/rooms/_AppsDrawer.scss @@ -18,7 +18,7 @@ limitations under the License. $MiniAppTileHeight: 200px; .mx_AppsDrawer { - margin: 5px; + margin: 5px 5px 5px 13px; position: relative; display: flex; flex-direction: column;