[MlMt] Using CSS for customizing spacing, padding and other for better readability
Claudio Ruiz
clau at riseup.net
Tue Aug 22 13:07:12 EDT 2023
Hello folks,
With the help of Philip (thanks so much!) I found out the solution and I
could be able to have a smoother plain text view.
For doing that, you need to create a `main.css` file within
`~/Application Support/MailMate/Resources/` that ”complements”
`/Applications/MailMate.app/Contents/Resources/main.css`.
For instance, for having more visual space you can write there something
like:
```
ul,
li {
margin-left: 10px;
padding-left: 20px;
}
```
I hope this helps for other people looking for the same I did.
I’m still looking for ways to edit the CSS of the plain text new
message window. I would love to give this a little bit more of padding,
but I can’t find how to do it. If any of you have any clue whether
this is possible, please let me know.
Best,
C
On 14 Aug 2023, at 18:59, Claudio Ruiz wrote:
> Hello,
>
> I understand there's the stylesheet.css file that allows some CSS
> tweaking for rendering plain text messages.
>
> I need some help for being able to tweak that render tweaking padding,
> spacing, margins, etc to have a more readable view.
>
> Even when I've tried to make silly changes to check whether it's
> working or not (say, change the font color to red), there's no change
> whatsoever. Plain text emails looks exactly as it was before the
> change.
>
> I would really appreciate some help on this matter.
>
> Best,
> Clau
>
> PS: I've been a long time lurker of this forum and a long time happy
> user of MailMate and I'm a little bit nervous to post this but I've
> been trying to do it with zero rate of success so far.
>
>
> _______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> https://lists.freron.com/listinfo/mailmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20230822/7976fa50/attachment.htm>
More information about the mailmate
mailing list