fix: Ambient Mode intialization improvement (#1857)

This commit is contained in:
FrostyBiscuit
2024-03-17 03:52:46 +01:00
committed by GitHub
parent 70ed6f8e6c
commit 9b2c1a320b
2 changed files with 9 additions and 21 deletions

View File

@ -25,11 +25,12 @@
height: 100%;
}
#song-video .html5-video-container > video {
top: 0 !important;
#song-video .html5-video-container {
height: 100%;
}
#player:not([video-mode]):not(.video-mode) {
width: 100%;
margin: 0 auto !important;
overflow: visible;
}