Reduce padding of left side navigation in Proton Mail.
Reduce padding in Proton Mail by 48cpl
Details
Author48cpl
LicenseNo License
Categoryproton.me
Created
Updated
Size512 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 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;
}
}