From 9616074f58b2d94f0e1722152720d982a1c2fc0c Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Sat, 4 Nov 2017 09:37:59 +0100 Subject: Fix controls width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps') 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; } -- cgit v1.2.3