aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-02 08:06:28 +0200
committerGitHub <noreply@github.com>2018-10-02 08:06:28 +0200
commit7526971c95250807ac1ec485297919a27ee0dcfc (patch)
tree3e829cf44bfbd305467ddfb2aafbdd9d5df0e77c /apps/files/css/files.scss
parent77c6e4106359776bc7283801fa36008596981444 (diff)
parent9cd048c092e7f366d527d04a358411f934efaa6a (diff)
downloadnextcloud-server-7526971c95250807ac1ec485297919a27ee0dcfc.tar.gz
nextcloud-server-7526971c95250807ac1ec485297919a27ee0dcfc.zip
Merge pull request #11508 from nextcloud/files-list-width-sharing
Reduce the min-width of the files table so it works on sharing pages on mobile
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 */