Browse Source

Merge pull request #22663 from owncloud/sidebar-mobile

do not expand sidebar to full width on mobile, but up the min-width
remotes/origin/s3patch
Thomas Müller 11 years ago
parent
commit
527fb1f919
  1. 2
      core/css/apps.css
  2. 4
      core/css/mobile.css

2
core/css/apps.css

@ -445,7 +445,7 @@
left: auto;
bottom: 0;
width: 27%;
min-width: 250px;
min-width: 300px;
display: block;
background: #fff;
border-left: 1px solid #eee;

4
core/css/mobile.css

@ -73,10 +73,6 @@
z-index: 1000;
}
#app-sidebar{
width: 100% !important;
}
/* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */
#body-settings #app-content {

Loading…
Cancel
Save