This commit is contained in:
Araxeus
2021-11-01 16:06:55 +02:00
parent 713e005aa8
commit 48943ee74b
3 changed files with 3 additions and 4 deletions

View File

@ -0,0 +1,11 @@
/* 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;
}