diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 14:30:11 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 14:30:11 +0100 |
commit | ecf52e05fb9e88910167351dfa75bde5db2267ae (patch) | |
tree | ae6b6089b14e113f8dcc45d2b8e4ce6d00afb4bc /core/css | |
parent | c9d97d2ef22ca8b07f692a93f16619f7316d7d8f (diff) | |
download | nextcloud-server-ecf52e05fb9e88910167351dfa75bde5db2267ae.tar.gz nextcloud-server-ecf52e05fb9e88910167351dfa75bde5db2267ae.zip |
mobile: adjust width of app title, fix overlap
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 56bee8f8a30..6665b95f27c 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -54,7 +54,7 @@ display: inline-block; } #navigation a { - width: 70px; + width: 80px; height: 80px; display: inline-block; text-align: center; @@ -65,7 +65,7 @@ font-size: 13px; padding-bottom: 0; padding-left: 0; - width: initial; + width: 80px; } #navigation .icon { margin: 0 auto; |