Last active
August 5, 2024 20:07
-
-
Save adamxp12/53aa4285c906375bda38e2e239acc064 to your computer and use it in GitHub Desktop.
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
:root { | |
--ytd-masthead-height: 45px !important; | |
--ytd-margin-6x: 12px !important; | |
--ytd-watch-flexy-max-player-width: 100% ; | |
} | |
ytd-browse[guide-persistent-and-visible] ytd-two-column-browse-results-renderer.ytd-browse { | |
width: calc(100% - 30px) !important; | |
max-width: none !important | |
} | |
ytd-app { | |
--app-drawer-width: 200px !important; | |
} | |
#sections.ytd-guide-renderer > .ytd-guide-renderer:first-child { | |
padding: inherit !important; | |
} | |
ytd-guide-section-renderer { | |
--paper-item-min-height: 33px !important; | |
} | |
#endpoint.yt-simple-endpoint.ytd-guide-entry-renderer { | |
padding-left: 15px !important; | |
padding-right: 30px !important; | |
} | |
.title.ytd-guide-entry-renderer { | |
font-size: 1.2rem !important; | |
} | |
.guide-icon.ytd-guide-entry-renderer { | |
margin-right: 15px !important; | |
} | |
#container.ytd-masthead { | |
height: 45px !important; | |
} | |
/* Remove trending button*/ | |
ytd-guide-section-renderer.style-scope:nth-child(1) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) { | |
display: none; | |
} | |
ytd-watch-flexy[flexy_] #columns.ytd-watch-flexy { | |
max-width: none !important; | |
} | |
ytd-rich-grid-row, #contents.ytd-rich-grid-row { | |
display:contents !important; | |
} | |
ytd-rich-grid-renderer { | |
--ytd-rich-grid-items-per-row: 5 !important; | |
--ytd-rich-grid-posts-per-row: 5 !important; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment