Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reduce the min-width of the files table so it works on sharing pages …
…on mobile

Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Oct 2, 2018
commit 0bad377f4cf7351994dc37b8e3043cdb2fd82ee1
2 changes: 1 addition & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#filestable {
position: relative;
width: 100%;
min-width: 500px;
min-width: 250px;
}

#filestable tbody tr {
Expand Down
3 changes: 1 addition & 2 deletions apps/files/css/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
background-color: rgba(255, 255, 255, 1)!important;
}

/* don’t require a minimum width for files table */
#body-user #filestable {
min-width: 300px;
min-width: 250px;
}

table th#headerSize,
Expand Down