Fixed filestable min-width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
a9f65390f6
commit
43ab2082db
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue