Fixed canvas injected at the wrong position #1234

This commit is contained in:
TC
2023-10-06 20:08:08 +02:00
parent df1e28546b
commit 0229ccaa1e
2 changed files with 5 additions and 11 deletions

View File

@ -1,9 +1,5 @@
#player {
margin: 0 !important;
background: black;
}
#song-image,
#song-video {
display: none !important;
#visualizer {
position: absolute;
z-index: 1;
background-color: black;
}