mostly shrinks padding/margins and makes fonts bigger
Google chat legibility by goolord
Details
Authorgoolord
LicenseNo License
Categorychat.google.com -> userstyles
Created
Updated
Size843 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 Google chat legibility
@version 20230215.20.42
@namespace userstyles.world/user/goolord
@description mostly shrinks padding/margins and makes fonts bigger
@author goolord
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/chat/"), url-prefix("https://chat.google.com/") {
@name "Google-chat-legibility"
@namespace "google chat legibility"
@author "goolord <zacharyachurchill@gmail.com>"
@version "1.0.0"
* {}
.Zc1Emd {
font-size: 1.2rem !important;
line-height: 1.55rem !important;
}
.zmXnlc .WQKmIb .XganBc {
padding-bottom: 20px;
}
.U8d2H {
font-size: 1rem !important;
line-height: 1.55rem;
}
.zmXnlc .RnpT2b {
margin-bottom: 30px;
}
.zmXnlc .IEIJqd {
padding-top: 30px;
}
.gb_Ea:not(.gb_Fa) .gb_Sd {
padding: 4px;
}
}