From: Jan-Christoph Borchardt Date: Wed, 29 Jan 2014 16:20:55 +0000 (+0100) Subject: make header scroll up for single shares, more view of content on small screens X-Git-Tag: v7.0.0alpha2~874^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=edea7781b713cc136fede6dfe51b9abbf9a94cf0;p=nextcloud-server.git make header scroll up for single shares, more view of content on small screens --- diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 3312983b644..7d2116d190d 100644 --- a/apps/files_sharing/css/mobile.css +++ b/apps/files_sharing/css/mobile.css @@ -1,5 +1,9 @@ @media only screen and (max-width: 600px) { +/* make header scroll up for single shares, more view of content on small screens */ +#header.share-file { + position: absolute !important; +} /* hide size and date columns */ table th#headerSize,