diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 9d67ca66c..5d6fd61c6 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -21,9 +21,15 @@ menu { | |||
21 | justify-content: center; | 21 | justify-content: center; |
22 | margin-bottom: 35px; | 22 | margin-bottom: 35px; |
23 | 23 | ||
24 | img { | ||
25 | margin-left: 20px; | ||
26 | margin-right: 10px; | ||
27 | |||
28 | @include avatar(34px); | ||
29 | } | ||
30 | |||
24 | .logged-in-info { | 31 | .logged-in-info { |
25 | flex-grow: 1; | 32 | flex-grow: 1; |
26 | margin-left: 40px; | ||
27 | 33 | ||
28 | .logged-in-username { | 34 | .logged-in-username { |
29 | font-size: 16px; | 35 | font-size: 16px; |