diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-04 09:37:59 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-08 13:04:38 +0100 |
commit | 9616074f58b2d94f0e1722152720d982a1c2fc0c (patch) | |
tree | 954611bf0037417f9fd3b3a614c38cde487b3214 /apps/files | |
parent | c80b824a464cb3fb64386be7406f1498ef64766c (diff) | |
download | nextcloud-server-9616074f58b2d94f0e1722152720d982a1c2fc0c.tar.gz nextcloud-server-9616074f58b2d94f0e1722152720d982a1c2fc0c.zip |
Fix controls width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index d1405517f13..1ef8ac0ef9e 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -47,14 +47,6 @@ top: 44px; } -/* make sure there's enough room for the file actions */ -#body-user #filestable { - min-width: 688px; /* 768 (mobile break) - 80 (nav width) */ -} -#body-user #controls { - min-width: 688px; /* 768 (mobile break) - 80 (nav width) */ -} - #filestable tbody tr { height: 51px; } |