diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-07-24 23:07:09 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:43 +0200 |
commit | 5af59c68712032ef387ccd4410eb4b8b04c27df9 (patch) | |
tree | 691bc9429cd0a1f5d856ddcac2ea9cbda870927a /core/css/mobile.css | |
parent | f508cf40da93eba05a17b4ffa834a125dbdb2bcb (diff) | |
download | nextcloud-server-5af59c68712032ef387ccd4410eb4b8b04c27df9.tar.gz nextcloud-server-5af59c68712032ef387ccd4410eb4b8b04c27df9.zip |
rename sidebar element and use css and js utility functions to core
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 80217d7069c..e38d9756d95 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -103,6 +103,14 @@ z-index: 1000; } +#app-sidebar { + width: 250px; +} + +#app-sidebar ~ .with-app-sidebar { + width: 100%; +} + /* allow horizontal scrollbar in settings otherwise user management is not usable on mobile */ #body-settings #app-content { |