Fixed the slight clipping on the ClipTube (lol) logo
ClipTube Logo Fix by furgotten12
Details
Authorfurgotten12
LicenseNo License
Categorycliptube
Created
Updated
Size311 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Logo Fix
@version 20231008.07.26
@namespace ?
==/UserStyle== */
@-moz-document domain("vapblox.tk") {
#footer-hh-logo img {
height: 32.7px !important;
background-repeat: no-repeat;
}
#yt-masthead #logo {
height: 29.74px;
background-repeat: no-repeat;
}
}