diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-03 16:39:41 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-03 16:39:41 +0200 |
commit | 714b04d06c34dfa2a8206ed8cdab448a5978a6d7 (patch) | |
tree | 699ff663a3e3558372d5beb6eedf7d6916f3b8b8 /core | |
parent | 73025d6d48a836ab2ca4be5deb00f722fbdab19c (diff) | |
parent | 69e5d5b8c0d05e5f197671a6e519ee5d26463562 (diff) | |
download | nextcloud-server-714b04d06c34dfa2a8206ed8cdab448a5978a6d7.tar.gz nextcloud-server-714b04d06c34dfa2a8206ed8cdab448a5978a6d7.zip |
Merge pull request #8577 from owncloud/apps-sidebar-narrower
reduce width of app sidebar a bit
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 83569398cec..22eb4e5cf11 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -10,7 +10,7 @@ /* Navigation: folder like structure */ #app-navigation { - width: 300px; + width: 230px; height: 100%; float: left; -moz-box-sizing: border-box; box-sizing: border-box; @@ -175,7 +175,7 @@ /* settings area */ #app-settings { position: fixed; - width: 299px; + width: 229px; bottom: 0; border-top: 1px solid #ccc; } |