]> source.dussan.org Git - nextcloud-server.git/commitdiff
shift files app breadcrumbs to account for missing app list
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 13:26:18 +0000 (15:26 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 13:26:18 +0000 (15:26 +0200)
core/css/mobile.css

index 018526130622419bdc67792ea88fc95c665d76b2..025bee6415a941ff265e82f378bcd5ca7e355e4f 100644 (file)
 
 
 
-/* shift to account for missing navigation */
+/* shift to account for missing app list */
 #body-user #controls,
 #body-settings #controls {
        padding-left: 0;
 }
+#body-user .app-files #controls {
+       left: 230px !important; /* sidebar only */
+}
 
 /* don’t require a minimum width for controls bar */
 #controls {