mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
make header scroll up for single shares, more view of content on small screens
This commit is contained in:
parent
23c015ba52
commit
379ddd88d6
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue