Makes Webtoons comments larger.
Bigger Webtoons Comments by cass_per
Details
Authorcass_per
LicenseNo License
Categorywebtoons
Created
Updated
Size647 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 Bigger Comments
@version 20220316.03.43
@namespace userstyles.world/user/cass_per
@description Makes Webtoons comments larger.
@author cass_per
@license No License
==/UserStyle== */
@-moz-document domain("webtoons.com") {
/*Comment Content + Replies*/
.u_cbox_comment_box span, a.u_cbox_btn_reply strong {
font-size: 16px!important;
}
/*Vote Numbers*/
.u_cbox_cnt_recomm, .u_cbox_cnt_unrecomm {
font-size: 14px!important;
}
/*Padding so the larger font isn't cut off*/
.u_cbox_text_wrap {
padding: 10px;
}
.u_cbox_btn_reply {
padding-top: 2px!important;
}
}