diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-04-10 21:34:51 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-04-10 21:34:51 +0200 |
commit | 85cb1305102ecc7309a5e7b8909daa0b3012dead (patch) | |
tree | a0a9dd596c12c1c6cf1a4f6a9dfc1e872f4f6424 /core | |
parent | 2887b9bdabc0cc375dc5e20f04ace70b47f314c9 (diff) | |
download | nextcloud-server-85cb1305102ecc7309a5e7b8909daa0b3012dead.tar.gz nextcloud-server-85cb1305102ecc7309a5e7b8909daa0b3012dead.zip |
Fix max-width to fit the new margin
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 0d8dda8ca7f..cfc8c002e17 100644 --- a/core/css/mobile.scss +++ b/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; |