Skip to content

GMail - show big icon when no preview selected by mjw72652

Details

Authormjw72652

LicenseNo License

CategoryGMail

Created

Updated

Size936 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

GMail show big icon when no preview screen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           GMail - show big icon when no preview selected
@namespace      mail.google.com
@version        1.0.0
@author         Anatoliy Oblaukhov
==/UserStyle== */

@-moz-document domain("mail.google.com") {
    .nH.apP +.nH {
        display: none;
    }

    .nH.apP,
    .nH.aNW {
        float: left;
        width: 50%;
        height: calc(100vh - 112px) !important;
    }

    .apa {
        min-height: 0 !important;
    }

    .apb {
        font-size: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: calc(100% - 80px);
        justify-content: center;
    }

    .apc {
        font-size: 16px;
        background: #f5f4f4 url(https://vignette.wikia.nocookie.net/logopedia/images/7/7f/GmailIconFromOlderAndroid.png) center 30px no-repeat;
        padding: 260px 0 25px 0;
        border: 1px solid #e0e0e0;
        margin-top: 0;
        width: 368px;
    }
}

Reviews

No reviews yet.