Browse Source
Fix max-width to fit the new margin
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/9002/head
Julius Härtl
8 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
core/css/mobile.scss
|
|
|
@ -134,7 +134,7 @@ table.multiselect thead { |
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) { |
|
|
|
#header .header-right .menu { |
|
|
|
max-width: calc(100vw - 26px); |
|
|
|
max-width: calc(100vw - 10px); |
|
|
|
position: fixed; |
|
|
|
&::after { |
|
|
|
display: none !important; |
|
|
|
|