Tries to revert some of the more annoying changes to GMail, especially restoring a two-row view again
GMail 2 Row and less bold v2 by SoWhy
Details
AuthorSoWhy
LicenseCC-BY-SA
Categoryhttps://mail.google.com/mail/
Created
Updated
Size673 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 GMail 2 Row and less bold v2
@version 20230711.07.43
@namespace https://userstyles.world/user/SoWhy
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/mail/") {
.zF, .xY {
min-height: 50px !important;
}
.bqe, .bq3 {
font-weight: 500 !important;
}
.xY {
vertical-align: middle !important;
}
.y6, .xT {
display: table !important;
}
.yX {
padding-right: 0.25rem !important;
}
.Zt, .bAw {
display: none !important;
}
/* Hide Google Meet */
.YX {
display: none;
}
}