We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e67f88 commit 7c5b736Copy full SHA for 7c5b736
assets/css/layout/header.scss
@@ -183,7 +183,6 @@
183
}
184
185
.user-menu {
186
- max-height: 54px;
187
.user-avatar {
188
height: 31px;
189
width: 31px;
@@ -215,8 +214,10 @@
215
214
text-transform: uppercase;
216
217
218
-.user-menu .submenu {
219
- padding-top: 5px;
+@media only screen and (max-width: 1024px) {
+ .user-menu .submenu {
+ padding-top: 5px;
220
+ }
221
222
223
.submenu {
@@ -341,6 +342,10 @@
341
342
343
344
@media only screen and (min-width : 1025px) {
345
+ .user-menu {
346
+ max-height: 54px;
347
348
+
349
.header-wrapper {
350
background: #fff;
351
position: relative;
0 commit comments