Skip to content
Snippets Groups Projects
Unverified Commit 9cd048c0 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Roeland Jago Douma
Browse files

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

parent 28eaacd5
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment