From ec65083c61d7988e90bbcf2d7469969838a250a1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Jul 2020 18:21:08 +0200 Subject: [PATCH] polish user menu button --- res/css/structures/_UserMenu.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/structures/_UserMenu.scss b/res/css/structures/_UserMenu.scss index 83bc4abd8a..81a10ee1d0 100644 --- a/res/css/structures/_UserMenu.scss +++ b/res/css/structures/_UserMenu.scss @@ -15,6 +15,10 @@ limitations under the License. */ .mx_UserMenu { + + // to make the ... button sort of aligned with the explore button below + padding-right: 6px; + .mx_UserMenu_headerButtons { width: 16px; height: 16px; @@ -48,6 +52,7 @@ limitations under the License. .mx_UserMenu_userAvatar { border-radius: 32px; // should match avatar size + object-fit: cover; } }