Reduce the min-width of the files table so it works on sharing pages on mobile

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-01 12:33:13 +02:00
parent 27323c977f
commit 0bad377f4c
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -7,9 +7,8 @@
background-color: rgba(255, 255, 255, 1)!important;
}
/* dont require a minimum width for files table */
#body-user #filestable {
min-width: 300px;
min-width: 250px;
}
table th#headerSize,