Fixed filestable min-width

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-07-17 13:29:03 +02:00 committed by Morris Jobke
parent a9f65390f6
commit 43ab2082db
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
3 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@
#filestable {
position: relative;
width: 100%;
min-width: 500px;
}
#filestable tbody tr {

View File

@ -9,7 +9,7 @@
/* dont require a minimum width for files table */
#body-user #filestable {
min-width: initial !important;
min-width: 300px;
}
table th#headerSize,

View File

@ -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;