fix(style): correct file list display (was overlapped by header)

This commit is contained in:
Edouard Vanbelle
2026-04-09 22:59:12 +02:00
parent d32a32c30a
commit 21a551b836
+4
View File
@@ -22,6 +22,10 @@
display: none;
}
.files-container {
padding-top: 3px; /* due to cards animation on mouse hover and page-sticky-header with a positive z-index */
}
.files-grid-view .file-item {
background-color: white;
border-radius: 12px;