From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 13:26:18 +0000 (+0200) Subject: shift files app breadcrumbs to account for missing app list X-Git-Tag: v7.0.0alpha2~152^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16e81c1d376dc1c75ad958b12f263c26db06e185;p=nextcloud-server.git shift files app breadcrumbs to account for missing app list --- 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 {