diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-02 15:26:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-02 15:26:18 +0200 |
commit | 16e81c1d376dc1c75ad958b12f263c26db06e185 (patch) | |
tree | 9813fe521cbe107d87a77a8355e8fd8dd73d9b2d /core | |
parent | 9ffa5780dbbf3abe68b34ba5a679c196ef51a1ac (diff) | |
download | nextcloud-server-16e81c1d376dc1c75ad958b12f263c26db06e185.tar.gz nextcloud-server-16e81c1d376dc1c75ad958b12f263c26db06e185.zip |
shift files app breadcrumbs to account for missing app list
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 01852613062..025bee6415a 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -111,11 +111,14 @@ -/* shift to account for missing navigation */ +/* shift to account for missing app list */ #body-user #controls, #body-settings #controls { padding-left: 0; } +#body-user .app-files #controls { + left: 230px !important; /* sidebar only */ +} /* don’t require a minimum width for controls bar */ #controls { |