From 7a125a5e522a0b9eb58e492b992afb309c7c6792 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 17 Aug 2020 10:33:36 -0400 Subject: [PATCH] fix: https://github.com/NodeBB/NodeBB/issues/8542 --- less/modules/taskbar.less | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 9571cfa..96d3fef 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -57,11 +57,12 @@ font-size: .75em; background: black; border-radius: 50%; - padding: 0.5em; color: white; - position: relative; - top: -100%; - right: -100%; + position: absolute; + top: 0; + right: 0; + width: 20px; + height: 20px; } } @@ -69,6 +70,10 @@ padding: 3px 15px; font-size: 13px; + &.user-icon { + overflow: visible; + } + border-radius: 50%; height: 50px; width: 50px;