Skip to content

Commit

Permalink
add styling to youtube.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ewsgit committed Feb 7, 2023
1 parent b0cc62e commit d0d17ce
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions youtube.com/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* SOFTWARE.
*/

iron-selector>* {
iron-selector > * {
border: none !important;
margin: 0 !important;
border-radius: 0.5rem !important;
Expand Down Expand Up @@ -97,7 +97,7 @@ yt-icon-button:hover {
background-color: var(--yt-spec-general-background-a) !important;
}

yt-icon-button>yt-interaction {
yt-icon-button > yt-interaction {
display: none !important;
}

Expand Down Expand Up @@ -127,7 +127,7 @@ yt-img-shadow.ytd-topbar-menu-button-renderer,
margin-left: 0 !important;
}

#buttons.ytd-masthead>*.ytd-masthead:not(:last-child) {
#buttons.ytd-masthead > *.ytd-masthead:not(:last-child) {
margin-right: 0.25rem !important;
}

Expand All @@ -137,18 +137,43 @@ ytd-mini-guide-renderer {
align-items: center !important;
justify-content: center !important;
}
ytd-mini-guide-renderer>#items>* {

ytd-mini-guide-renderer > #items > * {
transition: background-color 125ms !important;
border-radius: 0 !important;
background-color: #56565644;
}

ytd-mini-guide-renderer>#items>*:first-child {
ytd-mini-guide-renderer > #items > *:first-child {
border-radius: 0 1rem 0 0 !important;
}

ytd-mini-guide-renderer>#items>*:last-child {
ytd-mini-guide-renderer > #items > *:last-child {
border-radius: 0 0 1rem 0 !important;
}

#chips-wrapper.ytd-feed-filter-chip-bar-renderer {
background-color: transparent !important;
}
.yt-spec-button-shape-next--size-m {
border-radius: 1rem !important;
}

#items > ytd-guide-collapsible-section-entry-renderer,
#sections > ytd-guide-section-renderer {
border-top: none !important;
margin-top: 0 !important;
padding-top: 0 !important;
margin-bottom: 0 !important;
border-bottom: none !important;
}

#footer {
display: none !important;
}

#sections > ytd-guide-section-renderer:nth-child(5) > #items > ytd-guide-entry-renderer:nth-child(3),
#sections > ytd-guide-section-renderer:nth-child(5) > #items > ytd-guide-entry-renderer:nth-child(4) {
display: none !important;
}

#sections > ytd-guide-section-renderer:nth-child(4) {
display: none !important;
}

0 comments on commit d0d17ce

Please sign in to comment.