Files
youtube-music/plugins/hide-video-player/style.css
2020-10-04 18:23:30 +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;
}