make header scroll up for single shares, more view of content on small screens
This commit is contained in:
parent
7655728ddf
commit
edea7781b7
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