Skip to content

Transparent Gmail by deekb

Screenshot of Transparent Gmail

Details

Authordeekb

LicenseMIT

Categorymail.google.com

Created

Updated

Size555 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the large white box around your emails

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);
    }
}

Reviews

No reviews yet.