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;