diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 6 | ||||
-rw-r--r-- | core/css/mobile.css | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 091bb2c22fc..5769120c5ed 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -430,7 +430,7 @@ right: 0; left: auto; bottom: 0; - width: 300px; + width: 27%; display: block; background: #eee; -webkit-transition: margin-right 300ms; @@ -443,8 +443,8 @@ z-index: 500; } -#app-sidebar ~ .with-app-sidebar { - width: 73%; +#app-content.with-app-sidebar { + margin-right: 27%; } #app-sidebar.disappear { diff --git a/core/css/mobile.css b/core/css/mobile.css index e38d9756d95..2256d821d73 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -103,11 +103,7 @@ z-index: 1000; } -#app-sidebar { - width: 250px; -} - -#app-sidebar ~ .with-app-sidebar { +#app-sidebar{ width: 100%; } |