A few things to make Piczel's chat more readable.
Clean chat on piczel.tv by asrael
Details
Authorasrael
LicenseNo License
Categorypiczel
Created
Updated
Size684 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 Clean chat on piczel.tv
@version 20210823.22.44
@namespace userstyles.world/user/asrael
@description A few things to make Piczel's chat more readable.
@author asrael
@license No License
==/UserStyle== */
@-moz-document domain("piczel.tv") {
/* Restyle the chat. */
/* Use a basic font. */
#Homebrew_ModalPortal {
--chat-font-family: 'Arial'!important;
}
/* Remove the noisy white border between messages */
#Homebrew_ModalPortal .ReactVirtualized__List>div>div {
border: 0;
}
/* Space out consecutive messages. */
#Homebrew_ModalPortal .ReactVirtualized__List>div>div>div>div:last-child>div {
margin-bottom: 0.5em;
}
}