fix(style): fix miniplayer style

This commit is contained in:
Su-Yong
2024-03-24 02:07:36 +09:00
parent ed700c2916
commit a8bc53912d
3 changed files with 7 additions and 2 deletions

View File

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