Mu4e: org-msg, tweak line width and spacing
This commit is contained in:
parent
825ea76495
commit
773d2b5664
1 changed files with 4 additions and 3 deletions
|
@ -293,7 +293,8 @@ Must be set before org-msg is loaded to take effect.")
|
||||||
(background-color . ,(doom-color 'bg))
|
(background-color . ,(doom-color 'bg))
|
||||||
(margin . "4px 0px 8px 0px")
|
(margin . "4px 0px 8px 0px")
|
||||||
(padding . "8px 12px")
|
(padding . "8px 12px")
|
||||||
(width . "95%")
|
(width . "max-content")
|
||||||
|
(min-width . "80ch")
|
||||||
(border-radius . "5px")
|
(border-radius . "5px")
|
||||||
(font-weight . "500")
|
(font-weight . "500")
|
||||||
,monospace-font))
|
,monospace-font))
|
||||||
|
@ -334,9 +335,9 @@ Must be set before org-msg is loaded to take effect.")
|
||||||
,color (font-size . "18pt")))
|
,color (font-size . "18pt")))
|
||||||
(h1 nil ((margin-top . "20px") (margin-bottom . "0px")
|
(h1 nil ((margin-top . "20px") (margin-bottom . "0px")
|
||||||
,color (font-size . "24pt")))
|
,color (font-size . "24pt")))
|
||||||
(p nil ((text-decoration . "none") (line-height . "11pt")
|
(p nil ((text-decoration . "none") (line-height . "1.4")
|
||||||
(margin-top . "10px") (margin-bottom . "0px")
|
(margin-top . "10px") (margin-bottom . "0px")
|
||||||
,font-size (max-width . "100ch")))
|
,font-size (max-width . "90ch")))
|
||||||
(b nil ((font-weight . "500") (color . ,theme-color)))
|
(b nil ((font-weight . "500") (color . ,theme-color)))
|
||||||
(div nil (,@font (line-height . "12pt")))))))
|
(div nil (,@font (line-height . "12pt")))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue