diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-16 17:41:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:29:46 +0200 |
commit | 8eadc2fbd7c4c22b199a36b7d8dbe98277a1fb06 (patch) | |
tree | 7abc373d7ad5b00e9bee692b78695f3122d9ac52 /core/css/header.css | |
parent | e27a4092871482fcaffef5672d5623f2f9f9e881 (diff) | |
download | nextcloud-server-8eadc2fbd7c4c22b199a36b7d8dbe98277a1fb06.tar.gz nextcloud-server-8eadc2fbd7c4c22b199a36b7d8dbe98277a1fb06.zip |
fix navigation bubble width and height on mobile
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.css b/core/css/header.css index 45489038320..e93f91f6de4 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -37,8 +37,8 @@ #navigation { top: 45px; bottom: initial; - width: 255px; - max-height: 90%; + width: 265px; + max-height: 85%; margin-top: 0; top: 45px; background-color: rgba(36, 40, 47, .97); |