chore: improve now-playing loading

This commit is contained in:
Cory Dransfeldt 2024-02-20 11:11:39 -08:00
parent 45bcc0a89b
commit 4fff4ff124
No known key found for this signature in database
6 changed files with 64 additions and 25 deletions

View file

@ -21,6 +21,10 @@
font-size: var(--font-size-base) !important;
}
.pagefind-ui__result-excerpt {
word-break: break-word !important;
}
.pagefind-ui__form:before {
opacity: 1 !important;
top: calc(19px * var(--pagefind-ui-scale)) !important;
@ -96,4 +100,4 @@
.pagefind-ui__button:focus {
color: var(--color-lightest) !important;
background-color: var(--accent-color-hover) !important;
}
}