Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-16 19:41:31 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:29:46 +0400
commit8eadc2fbd7c4c22b199a36b7d8dbe98277a1fb06 (patch)
tree7abc373d7ad5b00e9bee692b78695f3122d9ac52 /core/css/header.css
parente27a4092871482fcaffef5672d5623f2f9f9e881 (diff)
fix navigation bubble width and height on mobile
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css4
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);