Files
youtube-music/plugins/video-toggle/force-hide.css
2023-08-29 17:22:38 +09:00

12 lines
226 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;
}