Tune playlist slide thumbnail placeholder
Publish Docker Image / build-and-push (push) Successful in 1m17s

This commit is contained in:
2026-07-25 17:49:00 +01:00
parent bd130a1070
commit 47613e61a2
+8 -2
View File
@@ -1485,13 +1485,19 @@ table.table > :not(caption) > * > * {
}
.playlist-slide-thumb-placeholder {
display: inline-flex;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-width: 5.5rem;
min-height: 3.5rem;
color: var(--bs-secondary-color, #6c757d);
font-size: 1.1rem;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
rgba(15, 23, 42, 0.18);
font-size: 2.25rem;
line-height: 1;
}
.playlist-order-cell {