minor tweaks for live chat
pball's floatplane fixes by pball
Details
Authorpball
LicenseNo License
Categoryfloatplane.com
Created
Updated
Size462 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 pball's Floatplane fixes
@namespace USO Archive
@version 20230324.22.18
@description tweaks to floatplane.com
@author pball
@license NO-REDISTRIBUTION
==/UserStyle== */
@-moz-document domain("floatplane.com") {
/*General font size*/
[class*="_chatMessage_"], [class*="_textRegular_"], [class*="_textMention_"], [class*="_chatInput_"],[class*="color-4 _textMentionSelf_"]{
font-size: 18px !important;
}
}