Skip to content

Commit 591669a

Browse files
authored
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
2 parents 540c001 + 0bad377 commit 591669a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/files/css/files.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#filestable {
5050
position: relative;
5151
width: 100%;
52-
min-width: 500px;
52+
min-width: 250px;
5353
}
5454

5555
#filestable tbody tr {

apps/files/css/mobile.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
background-color: rgba(255, 255, 255, 1)!important;
88
}
99

10-
/* don’t require a minimum width for files table */
1110
#body-user #filestable {
12-
min-width: 300px;
11+
min-width: 250px;
1312
}
1413

1514
table th#headerSize,

0 commit comments

Comments
 (0)