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
parent
commit
43ab2082db
No known key found for this signature in database GPG Key ID: FE03C3A163FEDE68
  1. 1
      apps/files/css/files.scss
  2. 2
      apps/files/css/mobile.scss
  3. 1
      core/css/apps.scss

1
apps/files/css/files.scss

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

2
apps/files/css/mobile.scss

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

1
core/css/apps.scss

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

Loading…
Cancel
Save