diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-03-27 15:47:10 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-04-04 15:05:58 +0200 |
commit | 8089838f5706446c3448fbeb5b846556806d8bf5 (patch) | |
tree | 7b9bd2384bb406f1a5c566b3985367aa6cc6464b /core/css/mobile.scss | |
parent | a3a66859d3188458a6a2617ec81caa5a27c93556 (diff) | |
download | nextcloud-server-8089838f5706446c3448fbeb5b846556806d8bf5.tar.gz nextcloud-server-8089838f5706446c3448fbeb5b846556806d8bf5.zip |
Increase header height from 45px to 50
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r-- | core/css/mobile.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index ebc7e094cdb..c7db11919fd 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -136,8 +136,6 @@ table.multiselect thead { #header .header-right .menu { max-width: calc(100vw - 26px); position: fixed; - right: 13px; - top: 45px; &::after { display: none !important; } |