mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
12 lines
222 B
CSS
12 lines
222 B
CSS
/* Hide the video player */
|
|
#main-panel {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Make the side-panel full width */
|
|
.side-panel.ytmusic-player-page {
|
|
max-width: 100% !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
}
|