Removes the large white box around your emails
Transparent Gmail by deekb
Details
Authordeekb
LicenseMIT
Categorymail.google.com
Created
Updated
Size555 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 Transparent Gmail
@namespace N/A
@author Derek Baier
@description Removes the large white box around your emails
@version 2022.11.19
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mail.google.com") {
.G-atb::before {
background: rgba(255, 255, 255, .75);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.bkK > .nH {
background: #0000;
}
.Cp {
background: rgba(255, 255, 255, .75);
}
}