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
parent
commit
85cb130510
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      core/css/mobile.scss

2
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;

Loading…
Cancel
Save