Skip to content

Bigger YouTube comment fonts by HubKing

Screenshot of Bigger YouTube comment fonts

Details

AuthorHubKing

LicenseNo License

Categorywww.youtube.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bigger comment fonts

Notes

Sick and tired of the small fonts for comment section.

Source code

/* ==UserStyle==
@name         Bigger YouTube comment fonts
@version      20240626.08.52
@namespace    https://userstyles.world/user/HubKing
@description  Bigger comment fonts
@author       HubKing
@license      No License
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
/*Apply to desktop*/

#comments, #contents
{
    --ytd-user-comment_-_line-height : 3.5rem;
}

#content-text.ytd-comment-view-model
{
    line-height: var(--ytd-user-comment_-_line-height);
    font-size: 2.5rem;
}

ytd-commentbox:not([is-backstage-post]) yt-formatted-string#contenteditable-textarea.ytd-commentbox
{
    line-height: 3.5rem;
    font-size: 2.5rem;
}
}

@-moz-document url-prefix("https://m.youtube.com/") {
/*Apply to mobile*/

/*Dim the tool bar graphics to prevent burn-in*/
#home-icon svg,
header c3-icon svg,
header ytm-profile-icon img
{
    opacity: 0.3
}

.comment-text
{
    font-size:2rem;
}

.comment-details
{
    font-size:1.5rem;
}

.comment-icons
{
    width: 60px;
    height: 54px;
}

.draggable .engagement-panel-section-list-header
{
    padding: 0px;
}
}

Reviews

No reviews yet.