Skip to content

Reduce padding in Proton Mail by 48cpl

Details

Author48cpl

LicenseNo License

Categoryproton.me

Created

Updated

Code size512 B

Code checksum5bfc1b76

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduce padding of left side navigation in Proton Mail.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         mail.proton.me
@version      20230703.13.20
@namespace    ?
==/UserStyle== */

@-moz-document domain("mail.proton.me") {
    .navigation-link,
    .navigation-link-header-group,
    .navigation-link-header-group-link {
        height: 1.5rem;
    }

    .navigation-link {
        border-radius: 3px;
    }

    .button-large {
        padding: .1em 1.1875em;
    }

    .navigation-link,
    .navigation-link-header-group {
        height: 1.5rem;
    }
}

Reviews

No reviews yet.