Skip to content
Snippets Groups Projects
Commit 527fb1f9 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #22663 from owncloud/sidebar-mobile

do not expand sidebar to full width on mobile, but up the min-width
parents a38e8b64 0772bee1
No related branches found
No related tags found
No related merge requests found
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
left: auto; left: auto;
bottom: 0; bottom: 0;
width: 27%; width: 27%;
min-width: 250px; min-width: 300px;
display: block; display: block;
background: #fff; background: #fff;
border-left: 1px solid #eee; border-left: 1px solid #eee;
......
...@@ -73,10 +73,6 @@ ...@@ -73,10 +73,6 @@
z-index: 1000; z-index: 1000;
} }
#app-sidebar{
width: 100% !important;
}
/* allow horizontal scrollbar in settings /* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */ otherwise user management is not usable on mobile */
#body-settings #app-content { #body-settings #app-content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment