diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-12 13:59:29 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-12 13:59:29 +0200 |
commit | 0738ddfb768c541e8a6b112fb2cd12d15676a0ab (patch) | |
tree | fc8064ffdaed53602fcc2cc6573a55ce55dfd6c5 /core/css | |
parent | 0036c637fcafe121cd964f29ad998c9b1bfc31ec (diff) | |
download | nextcloud-server-0738ddfb768c541e8a6b112fb2cd12d15676a0ab.tar.gz nextcloud-server-0738ddfb768c541e8a6b112fb2cd12d15676a0ab.zip |
Revert "Move trashbin specific CSS that modifies sidebar"
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 4d3d3e39a37..3122a2b48a1 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -35,6 +35,7 @@ height: 100%; width: inherit; overflow: auto; + padding-bottom: 44px; -moz-box-sizing: border-box; box-sizing: border-box; } #app-navigation li { |