diff --git a/src/web/public/css/theme-custom.css b/src/web/public/css/theme-custom.css index b494a90..794971e 100644 --- a/src/web/public/css/theme-custom.css +++ b/src/web/public/css/theme-custom.css @@ -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 {