Tune playlist slide thumbnail placeholder
This commit is contained in:
@@ -1485,13 +1485,19 @@ table.table > :not(caption) > * > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.playlist-slide-thumb-placeholder {
|
.playlist-slide-thumb-placeholder {
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-width: 5.5rem;
|
||||||
|
min-height: 3.5rem;
|
||||||
color: var(--bs-secondary-color, #6c757d);
|
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 {
|
.playlist-order-cell {
|
||||||
|
|||||||
Reference in New Issue
Block a user