Created
March 30, 2018 10:32
-
-
Save adamxp12/cb9486ed2ea7d97219d26d2cd9cfd748 to your computer and use it in GitHub Desktop.
YouTube Polymer less whitespace. Stylish
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
ytd-browse[persistent-guide] ytd-two-column-browse-results-renderer.ytd-browse { | |
width: calc(100% - 35px); | |
} | |
ytd-app { | |
--app-drawer-width: 230px; | |
} | |
#sections.ytd-guide-renderer > .ytd-guide-renderer:first-child { | |
padding: inherit; | |
} | |
ytd-guide-section-renderer { | |
--paper-item-min-height: 35px; | |
} | |
#endpoint.yt-simple-endpoint.ytd-guide-entry-renderer { | |
padding-left: 15px; | |
padding-right: 30px; | |
} | |
.title.ytd-guide-entry-renderer { | |
font-size: 1.2rem; | |
} | |
.guide-icon.ytd-guide-entry-renderer { | |
margin-right: 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment