Fixed playback history window
Build and Publish / Build and Publish Docker Image (push) Successful in 5m20s

This commit is contained in:
Ultradesu
2026-07-27 23:41:29 +01:00
parent 134f89fc9d
commit 122214a896
5 changed files with 75 additions and 12 deletions
+10 -1
View File
@@ -2437,7 +2437,16 @@ button.user-stat:hover {
line-height: 1;
font-weight: 500;
text-align: center;
pointer-events: none;
text-decoration: none;
pointer-events: auto;
transition: opacity 120ms ease;
}
.player-version-chip:hover,
.player-version-chip:focus-visible {
color: var(--text-subdued);
opacity: 0.9;
text-decoration: none;
}
.mobile-account-chip {