fix: Fix Miniplayer image size (#1863)

This commit is contained in:
FrostyBiscuit
2024-03-17 18:46:44 +01:00
committed by GitHub
parent 4bb3f41828
commit f7e9cf9a29

View File

@ -29,7 +29,7 @@
height: 100%;
}
#player:not([video-mode]):not(.video-mode) {
#player:not([video-mode]):not(.video-mode):not([player-ui-state='MINIPLAYER']) {
width: 100%;
margin: 0 auto !important;
overflow: visible;