Browse Source
Fixed filestable min-width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/9982/head
John Molakvoæ (skjnldsv)
7 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
3 changed files with
3 additions and
1 deletions
-
apps/files/css/files.scss
-
apps/files/css/mobile.scss
-
core/css/apps.scss
|
|
|
@ -49,6 +49,7 @@ |
|
|
|
#filestable { |
|
|
|
position: relative; |
|
|
|
width: 100%; |
|
|
|
min-width: 500px; |
|
|
|
} |
|
|
|
|
|
|
|
#filestable tbody tr { |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
/* don’t require a minimum width for files table */ |
|
|
|
#body-user #filestable { |
|
|
|
min-width: initial !important; |
|
|
|
min-width: 300px; |
|
|
|
} |
|
|
|
|
|
|
|
table th#headerSize, |
|
|
|
|
|
|
|
@ -597,6 +597,7 @@ kbd { |
|
|
|
position: relative; |
|
|
|
min-height: calc(100vh - #{$header-height}); |
|
|
|
flex-basis: 100vw; |
|
|
|
overflow: auto; |
|
|
|
/* no top border for first settings item */ |
|
|
|
> .section:first-child { |
|
|
|
border-top: none; |
|
|
|
|