Adds track information to player

This commit is contained in:
2024-06-03 22:57:14 -05:00
parent 1b67be3a8f
commit 321f6082a4
4 changed files with 37 additions and 4 deletions

View File

@@ -26,7 +26,8 @@
justify-content: center;
}
.player-position {
.player {
background: rgba(0,0,0,0.5);
position: -webkit-sticky;
position: sticky;
width: 100%;