mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
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:
parent
28eaacd59f
commit
9cd048c092
@ -49,7 +49,7 @@
|
||||
#filestable {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 500px;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
/* fit app list view heights */
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user