Skip to content

Small Subscribe Button on the Player by dacbe0701

Screenshot of Small Subscribe Button on the Player

Details

Authordacbe0701

LicenseNo License

Categoryyoutube.com

Created

Updated

Size621 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple CSS style that reduces the size of the "Subscribe" button on the player.
A la in the style of old YouTube.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Small Subscribe Button on the Player
@version      20231018.16.27
@namespace    ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
.ytp-sb-subscribe, .ytp-sb-unsubscribe {
    padding: 0px 8.25px 0 8.25px;
    height: 22px;
    border: solid 1px transparent;
    text-transform: none !important;
    font-weight: normal;
    font-size: 11px;
    max-width: 100%;
    word-wrap: normal;
    text-decoration: none;
    line-height: 2;
}

.ytp-sb-subscribe:hover {
    background-color: #d90a17 !important;
}

.iv-branding .iv-branding-context-subscribe {
    padding: 0 10px 5px;
}
}

Reviews

No reviews yet.