Config: Update YouTube userContent.css

This commit is contained in:
Riyyi
2021-10-02 14:43:11 +02:00
parent e6be5b99fc
commit cda1f49504
@@ -86,7 +86,12 @@
} }
/* Hide buttons in the top-right */ /* Hide buttons in the top-right */
#masthead #end #buttons > :not(:nth-child(3)) { #masthead #end #buttons > :nth-child(1) {
display: none !important;
}
/* Hide voice search button */
#voice-search-button {
display: none !important; display: none !important;
} }