Skip to content

GMail - show big icon when no preview selected by anmiles

Screenshot of GMail - show big icon when no preview selected

Details

Authoranmiles

LicenseNo License

Categorymail.google.com

Created

Updated

Size976 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This works only in splitted mode

  1. click "split" icon below "settings" icon - "Vertical split"
  2. (optionally) click "settings" icon at the top right - Density - Compact

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.