mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent c4c49dee6b
commit 8b0de4bf93
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;
}