Last active
April 11, 2024 12:30
-
-
Save sameerasw/ccbf26191028377603bfe72ba6fa29c6 to your computer and use it in GitHub Desktop.
YouTube Music CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ytmusic-player-queue-item { | |
| border: none; | |
| border-radius: 10px; | |
| } | |
| div.side-panel.style-scope.ytmusic-player-page { | |
| width: 25em; | |
| background-color: #55555555; | |
| border-radius: 20px; | |
| padding: 10px; | |
| } | |
| div.side-panel{ | |
| display: none; | |
| /* margin-right: -310px !important; | |
| opacity: 0.1; | |
| transition: all 0.5s ease-in-out; | |
| &:hover{ | |
| margin-right: -80px !important; | |
| opacity: 1; | |
| } */ | |
| } | |
| yt-formatted-string.byline.style-scope.ytmusic-player-queue-item, yt-icon.icon.style-scope.ytmusic-inline-badge-renderer { | |
| opacity: 0.5; | |
| } | |
| .duration{ | |
| display: none; | |
| } | |
| .thumbnail { | |
| border-radius: 5px; | |
| } | |
| ytmusic-player-queue-item{ | |
| --ytmusic-player-queue-item-thumbnail-size: 60px; | |
| padding: 5px; | |
| } | |
| #av-id, #mini-guide{ | |
| display: none; | |
| } | |
| #content{ | |
| --ytmusic-guide-width: 0px !important; | |
| } | |
| #player{ | |
| padding: 0; | |
| margin: 0; | |
| max-height: 1500px; | |
| max-width: 2300px; | |
| } | |
| #mini-guide, #mini-guide-background{ | |
| border: none; | |
| } | |
| #mini-guide, div.right-controls.style-scope.ytmusic-player-bar{ | |
| opacity: 0.01; | |
| transition: all 0.5s ease-in-out; | |
| &:hover{ | |
| opacity: 1; | |
| } | |
| } | |
| #nav-bar-divider, #nav-bar-background{ | |
| border: none !important; | |
| } | |
| tp-yt-paper-icon-button { | |
| scale: 1.5; | |
| } | |
| player-bar-background, ytmusic-player-bar{ | |
| margin: 2% !important; | |
| width: 96% !important; | |
| border-radius: 10px; | |
| overflow: hidden !important; | |
| background-color: #55555522; | |
| backdrop-filter: blur(10px); | |
| } | |
| tp-yt-paper-listbox{ | |
| background-color: #00000099; | |
| backdrop-filter: blur(10px); | |
| } | |
| tp-yt-paper-progress.style-scope.tp-yt-paper-slider { | |
| top: 0px; | |
| opacity: 0.2; | |
| z-index: -1; | |
| } | |
| div.style-scope.tp-yt-paper-progress, .bar-container { | |
| /* transition: all 0.5s ease-out; */ | |
| height:87px; | |
| } | |
| #left-controls, #right-controls, #middle-controls, .middle-controls-buttons, .right-controls-buttons{ | |
| z-index: 1 !important; | |
| } | |
| #volume-slider .bar-container{ | |
| height: 20px !important; | |
| } | |
| .ytmusic-player-page, #main-panel{ | |
| margin: 0 2em !important; | |
| padding: 0px; | |
| } | |
| #player-page{ | |
| --ytmusic-player-page-vertical-padding: 0px; | |
| --ytmusic-player-page-horizontal-padding: 0px; | |
| --ytmusic-player-page-content-gap: 0px; | |
| --ytmusic-player-page-side-panel-width: 0% !important; | |
| } | |
| ytmusic-player-page{ | |
| left: 0px; | |
| width: 100vw; | |
| } | |
| #mini-guide-background{ | |
| z-index: -10; | |
| } | |
| ytmusic-nav-bar.style-scope.ytmusic-app { | |
| top: -5em; | |
| opacity: 0.01; | |
| transition: all 0.5s ease-in-out; | |
| backdrop-filter: blur(10px); | |
| background-color: #00000055; | |
| &:hover{ | |
| top: 0; | |
| opacity: 1; | |
| } | |
| } | |
| #nav-bar-background{ | |
| z-index: -10; | |
| } | |
| #player-page{ | |
| top: 3em; | |
| height: 100vh; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I mixed it with this extension to get dynamic colors : https://chromewebstore.google.com/detail/themesong-for-youtube-mus/bgfiegdbajagebogifobkhambpljbfmk