Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Apr 3, 2024
1 parent a77973a commit c16694d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
# Hide country code
# Hide voice search button
--------------------------------------------------------------*/

html[it-header-transparent=true] ytd-masthead#masthead {background: transparent !important;}
html[it-header-transparent=true] #background.ytd-masthead {background-color: rgba(230, 230, 230, 0.1) !important;}
html[it-header-transparent=true] ytd-masthead[frosted-glass] #background.ytd-masthead {backdrop-filter: blur(1px) !important;}

html[it-header-transparent=true] { --ytd-searchbox-background: rgba(var(--ytd-searchbox-background), 0.5) !important; }
/*--------------------------------------------------------------
# POSITION
--------------------------------------------------------------*/
Expand Down
4 changes: 2 additions & 2 deletions menu/skeleton-parts/appearance.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extension.skeleton.main.layers.section.appearance.on.click.header = {
},
header_transparent: {
component: "switch",
text: "TransparentColor"
text: "transparentBackground"
},
header_hide_country_code: {
component: "switch",
Expand Down Expand Up @@ -388,7 +388,7 @@ extension.skeleton.main.layers.section.appearance.on.click.player = {
component: "switch",
text: "removeBlackBars",
tags: "bars",
}
}
}
}
};
Expand Down

0 comments on commit c16694d

Please sign in to comment.