Merge pull request #11556 from nextcloud/stable14-files-list-width-sharing

[stable14] Reduce the min-width of the files table so it works on sharing pages on mobile
This commit is contained in:
Morris Jobke 2018-10-02 21:46:13 +02:00 committed by GitHub
commit 591669a2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,