From 660ada057492a255d0dcf2fda8daa0c252742477 Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 16 Jul 2021 18:06:41 +0200 Subject: [PATCH] fix overlapping of elements in certain views Signed-off-by: szaimen --- apps/files/css/files.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c3462e06dcc83..5fe01a6fa2329 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -302,6 +302,17 @@ table th.column-last, table td.column-last { top: 94px; } +#app-content-recent, +#app-content-favorites, +#app-content-shareoverview, +#app-content-sharingout, +#app-content-sharingin, +#app-content-sharinglinks, +#app-content-deletedshares, +#app-content-pendingshares { + margin-top: 22px; +} + table.multiselect thead th { background-color: var(--color-main-background-translucent); font-weight: bold;