From ce9bebda0a181fe374c3ea9fdae0f6e6e9079bbe 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 7c1a64ae36dcd..cca94f0fdec49 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -305,6 +305,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;