Browse Source

adjust logged-in-block width to fill space

Rigel Kent 3 years ago
parent
commit
bfc75aaa47
1 changed files with 3 additions and 1 deletions
  1. 3 1
      client/src/app/menu/menu.component.scss

+ 3 - 1
client/src/app/menu/menu.component.scss

@@ -94,6 +94,7 @@ menu {
     .logged-in-more {
       $main-radius: 25px;
 
+      flex: 1;
       margin-left: 13px;
       border-radius: $main-radius;
       transition: all .1s ease-in-out;
@@ -161,9 +162,10 @@ menu {
       }
 
       .dropdown-toggle:first-child {
-        display: inline-flex;
+        display: flex;
         align-items: center;
         padding: 5px 7px;
+        border-radius: $main-radius;
       }
 
       img {