<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hello all,</p>
<p dir="auto">Is the info on this page up-to-date?<br>
<a href="https://manual.mailmate-app.com/customization" style="color: #3983C4;">https://manual.mailmate-app.com/customization</a></p>
<p dir="auto">I tried following these instructions:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">Message Display
Extendable stylesheet for WebView:

MmMessagesWebView/stylesheet.css
</code></pre>
<p dir="auto">But it didn't work. After trial-and-error, I found to update the display of the main message view, I had to add to the file <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">~/Library/Application Support/MailMate/Resources/main.css</code>, e.g.:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">body {
    line-height: 1.7;
}
</code></pre>
<p dir="auto">Is that the correct location for this?</p>
<p dir="auto">Quinn</p>

</div></div></body>

</html>