frontend: fix drop shadow for thumbnails

This commit is contained in:
2025-10-17 23:18:18 +02:00
parent fc4aae8c0c
commit aa600af7b2
+1 -1
View File
@@ -1199,11 +1199,11 @@ button.icon-button.ghost:hover:not([disabled]) {
max-width: 100%;
max-height: 100%;
object-fit: contain;
box-shadow: 0 1px 6px var(--shadow-medium);
}
.documents-panel--view-grid .document-thumbnail {
box-shadow: 0 1px 12px var(--shadow-medium);
background: transparent;
}
.thumb-placeholder {