Removes white space from gmail
mail.google.com by helagro
Details
Authorhelagro
LicenseNo License
Categorymail.google.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mail.google.com
@version 20230617.19.29
@namespace userstyles.world/user/helagro
@description Removes white space from gmail
@author helagro
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
/* star in list */
.apU {
display: none !important;
}
/* categories bar */
.aKh {
height: 40px !important;
}
/* star btn in mail editing */
.T-KT {
display: none !important;
}
/* compact list items */
/* sender */
.zA > .a4W {
padding-right: 0 !important;
}
/* text */
.zA > .yX {
flex-basis: 120px;
max-width: 120px;
}
/* date */
td.xW {
flex-basis: 35px !important;
}
/* less editing margin */
.aic {
display: none !important;
}
.ii, .a3s {
margin-top: 20px;
margin-left: -50px;
}
.aCi, .gE {
margin-left: -10px;
}
/* editing header */
.V8djrc {
padding-left: 10px !important;
padding-bottom: 0 !important;
margin-bottom: -10px !important;
}
}