From 16e81c1d376dc1c75ad958b12f263c26db06e185 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 15:26:18 +0200 Subject: [PATCH] shift files app breadcrumbs to account for missing app list --- core/css/mobile.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/css/mobile.css b/core/css/mobile.css index 01852613062..025bee6415a 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -111,11 +111,14 @@ -/* 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 { -- 2.39.5