summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--apps/files/css/files.scss2
-rw-r--r--apps/files/css/mobile.scss3
2 files changed, 2 insertions, 3 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 */
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss
index 16144c4b4bd..b661fc61d45 100644
--- a/apps/files/css/mobile.scss
+++ b/apps/files/css/mobile.scss
@@ -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,