From 0772bee15f0cb613f817652696d774c3216d36b5 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Thu, 25 Feb 2016 21:45:32 +0100
Subject: [PATCH] do not expand sidebar to full width on mobile, but up the
 min-width, fix #19915

---
 core/css/apps.css   | 2 +-
 core/css/mobile.css | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/core/css/apps.css b/core/css/apps.css
index 9afd704434..135574e112 100644
--- a/core/css/apps.css
+++ b/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;
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 131907eb09..5bf0b1e58a 100644
--- a/core/css/mobile.css
+++ b/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 {
-- 
GitLab