mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
fix: Fix Miniplayer image size (#1863)
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#player:not([video-mode]):not(.video-mode) {
|
#player:not([video-mode]):not(.video-mode):not([player-ui-state='MINIPLAYER']) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|||||||
Reference in New Issue
Block a user