summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-04 12:09:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 13:44:06 +0200
commit4911f06c3ebe47eb913193e1dc89247d08a3718a (patch)
treebbe397915edb1308cabdd2041caf29171c36988b /apps/files/css
parentbb56d75f2bc286c7da25f6d1beaf527ddce8166b (diff)
downloadnextcloud-server-4911f06c3ebe47eb913193e1dc89247d08a3718a.tar.gz
nextcloud-server-4911f06c3ebe47eb913193e1dc89247d08a3718a.zip
Loading hidden fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 40be47210ed..8f44a699980 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -727,8 +727,8 @@ table.dragshadow td.size {
}
/* GRID */
-#filestable.view-grid {
- $grid-size: 180px;
+#filestable.view-grid:not(.hidden) {
+ $grid-size: 160px;
display: flex;
flex-direction: column;