diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index a842765ba..f30b89413 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -16,7 +16,7 @@ menu { | |||
16 | height: 100%; | 16 | height: 100%; |
17 | white-space: nowrap; | 17 | white-space: nowrap; |
18 | text-overflow: ellipsis; | 18 | text-overflow: ellipsis; |
19 | overflow: hidden; | 19 | overflow: auto; |
20 | color: var(--menuForegroundColor); | 20 | color: var(--menuForegroundColor); |
21 | display: flex; | 21 | display: flex; |
22 | flex-direction: column; | 22 | flex-direction: column; |
@@ -39,13 +39,6 @@ menu { | |||
39 | justify-content: center; | 39 | justify-content: center; |
40 | margin-bottom: 35px; | 40 | margin-bottom: 35px; |
41 | 41 | ||
42 | img { | ||
43 | @include avatar(34px); | ||
44 | |||
45 | margin-left: 20px; | ||
46 | margin-right: 10px; | ||
47 | } | ||
48 | |||
49 | .logged-in-info { | 42 | .logged-in-info { |
50 | flex-grow: 1; | 43 | flex-grow: 1; |
51 | 44 | ||
@@ -131,10 +124,14 @@ menu { | |||
131 | transition: background-color .1s ease-in-out; | 124 | transition: background-color .1s ease-in-out; |
132 | @include disable-default-a-behaviour; | 125 | @include disable-default-a-behaviour; |
133 | 126 | ||
134 | &:hover, &.focus-visible { | 127 | &.active { |
135 | background-color: rgba(255, 255, 255, 0.15); | 128 | background-color: rgba(255, 255, 255, 0.15); |
136 | } | 129 | } |
137 | 130 | ||
131 | &:hover, &.focus-visible { | ||
132 | background-color: rgba(255, 255, 255, 0.10); | ||
133 | } | ||
134 | |||
138 | .icon { | 135 | .icon { |
139 | @include icon(22px); | 136 | @include icon(22px); |
140 | 137 | ||
@@ -246,7 +243,7 @@ menu { | |||
246 | } | 243 | } |
247 | } | 244 | } |
248 | 245 | ||
249 | @media screen and (max-width: 400px) { | 246 | @media screen and (max-width: $mobile-view) { |
250 | .menu-wrapper { | 247 | .menu-wrapper { |
251 | width: 100% !important; | 248 | width: 100% !important; |
252 | } | 249 | } |