From 46dcf3e05b893d9e08180ec6826b3e0bb4206323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 17 Sep 2017 12:42:08 +0200 Subject: [PATCH] Unwanted css for trashbin 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 47701630b6..b3a5fde8b1 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -791,11 +791,6 @@ table.dragshadow td.size { } } -/* increase the padding of the last item to not hide below the quota item */ -.app-files #app-navigation > ul li:nth-last-child(1) { - margin-bottom: 44px; -} - #quotatext { padding: 0; height: 30px;