Set the mail reading pane to zoom in a little, making the text easier to read.
Proton Mail - zoom reading pane by nkempe
Details
Authornkempe
LicenseNo License
Categorymail.proton.me
Created
Updated
Code size189 B
Code checksum2c43b0d6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Proton feature request here: https://protonmail.uservoice.com/forums/284483-proton-mail/suggestions/32378707-change-standard-font-size-for-all-messages
Source code
/* ==UserStyle==
@name mail.proton.me
@version 20241129.09.44
@namespace ?
==/UserStyle== */
@-moz-document domain("mail.proton.me") {
.message-iframe > iframe {
zoom: 1.2;
}
}