Skip to content

ClipTube Logo Fix by furgotten12

Details

Authorfurgotten12

LicenseNo License

Categorycliptube

Created

Updated

Code size311 B

Code checksum511f514f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixed the slight clipping on the ClipTube (lol) logo

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;
}
}

Reviews

No reviews yet.