Add support for OpenSubsonic enhanced lyrics (#2208)

This commit is contained in:
Jeff
2026-07-09 21:32:05 -07:00
committed by GitHub
parent 0c89fea1ea
commit 355b19c1cb
55 changed files with 4213 additions and 480 deletions
@@ -1,14 +1,10 @@
.container {
display: flex;
flex: 1;
flex-direction: column;
width: 100%;
height: 100%;
padding: 10vh 0 50vh;
overflow: scroll;
min-height: 0;
overflow: hidden auto;
word-break: break-all;
transform: translateY(-2rem);
@media screen and (orientation: portrait) {
padding: 5vh 0;
}
}