Nico
My feedback
2 results found
-
584 votes
An error occurred while saving the comment Nico supported this idea ·An error occurred while saving the comment Nico commentedI want to set the font/zoom size in the reading panel independent of the rest of the UI.
Currently I can read the UI just fine, but the text in emails is difficult to read.When I zoom in, the UI also grows, but I just want the emails to be more readable.
-
3,476 votesNico supported this idea ·
I created a workaround. You can use the Stylish or Stylus browser extension and then install/apply the style from here: https://userstyles.world/style/19557/proton-mail-zoom-reading-pane
All this does is add a little CSS to the page:
.message-iframe > iframe {
zoom: 1.2;
}
That CSS will zoom the iFrame that the email is in. Bigger number is bigger zoom level.
I hope this helps.