v3: various minor visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 39s

This commit is contained in:
khannurien
2026-06-28 17:00:44 +00:00
parent fae25f3e6c
commit 324bff3133
12 changed files with 46 additions and 15 deletions

View File

@@ -1022,6 +1022,13 @@
overflow: hidden;
text-overflow: ellipsis;
}
a.global-player-title {
color: inherit;
text-decoration: none;
}
a.global-player-title:hover {
text-decoration: underline;
}
.global-player-body {
display: grid;
grid-template-rows: 1fr;
@@ -4972,8 +4979,10 @@ body.has-fab .page-content {
border-radius: 7px;
background: transparent;
color: var(--color-text);
font-size: 0.9rem;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
transition: background 0.12s;