mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent db3c7657a3
commit 4611980c23
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
13 changed files with 217 additions and 3 deletions

View file

@ -100,4 +100,14 @@ katcenkat {
transform: translateY(500px);
}
}
}
/* Mini player */
miniplayer {
position: fixed;
top: 4rem;
left: 1rem;
z-index: 100;
}