summaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 12:33:13 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-01 23:34:29 +0200
commit9cd048c092e7f366d527d04a358411f934efaa6a (patch)
tree11a1109bc7afec534fab5e9a35e1e005965cadbc /apps/files/css/files.scss
parent28eaacd59fe67dda6ec7686dabecabff3bedae0f (diff)
downloadnextcloud-server-9cd048c092e7f366d527d04a358411f934efaa6a.tar.gz
nextcloud-server-9cd048c092e7f366d527d04a358411f934efaa6a.zip
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>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r--apps/files/css/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index bd57f1907f5..08f0ac1bcf2 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -49,7 +49,7 @@
#filestable {
position: relative;
width: 100%;
- min-width: 500px;
+ min-width: 250px;
}
/* fit app list view heights */