Video Toggle Plugin

This commit is contained in:
Araxeus
2021-10-24 20:09:30 +03:00
parent 41a01ba58a
commit 67e43bc0e3
9 changed files with 193 additions and 8 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;
}