Files
youtube-music/plugins/video-toggle/force-hide.css
Araxeus 48943ee74b lint
2021-11-01 16:06:55 +02:00

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;
}