mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Suppress header sizes when composing
This commit is contained in:
@@ -1122,8 +1122,8 @@ public class HtmlHelper {
|
||||
for (Element h : hs)
|
||||
if (!"false".equals(h.attr("x-line-before")))
|
||||
h.attr("x-line-before", "true");
|
||||
if (text_size) {
|
||||
if (text_separators && view)
|
||||
if (text_size && view) {
|
||||
if (text_separators)
|
||||
for (Element h : hs)
|
||||
h.appendElement("hr")
|
||||
.attr("x-block", "true");
|
||||
|
||||
Reference in New Issue
Block a user