diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-07 10:44:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-07 10:44:01 +0200 |
commit | 2b8066bff3f4b59cf06c27b52ef5d59a96975846 (patch) | |
tree | a06f53582c251d6ec313eb194f8d1771e28a0946 | |
parent | 6323d5fb3aa26ca777004595db255074e2f31079 (diff) | |
download | nextcloud-server-2b8066bff3f4b59cf06c27b52ef5d59a96975846.tar.gz nextcloud-server-2b8066bff3f4b59cf06c27b52ef5d59a96975846.zip |
reduce bottom padding in filelist, fix perceived glitching, fix #11213
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 35c5fa8926e..29d25ed0b0b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -492,7 +492,7 @@ a.action>img { .summary td { padding-top: 20px; - padding-bottom: 250px; + padding-bottom: 150px; border-bottom: none; } .summary .info { |