]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix overlapping of elements in certain views 28015/head
authorszaimen <szaimen@e.mail.de>
Fri, 16 Jul 2021 16:06:41 +0000 (18:06 +0200)
committerszaimen <szaimen@e.mail.de>
Fri, 16 Jul 2021 16:06:41 +0000 (18:06 +0200)
Signed-off-by: szaimen <szaimen@e.mail.de>
apps/files/css/files.scss

index 7c1a64ae36dcd1a1941743d594366e2cf14e3e53..cca94f0fdec494110ddeb8156865554a35339183 100644 (file)
@@ -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;