Improved player
Build and Publish / Build and Publish Docker Image (push) Successful in 2m34s

This commit is contained in:
Ultradesu
2026-06-03 03:45:23 +03:00
parent 1e1453e465
commit d31dce3ece
5 changed files with 67 additions and 23 deletions
+25
View File
@@ -513,6 +513,31 @@ button.user-stat:hover {
gap: 20px;
}
.artist-grid-entry {
display: contents;
}
.artist-section-divider {
grid-column: 1 / -1;
display: flex;
align-items: center;
gap: 12px;
min-height: 28px;
margin: 2px 0 -2px;
color: var(--text-subdued);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.artist-section-divider::before,
.artist-section-divider::after {
content: "";
flex: 1;
height: 1px;
background: var(--border-color);
}
.card {
background: var(--bg-secondary);
border-radius: 8px;