mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small font size debug info
This commit is contained in:
@@ -552,6 +552,9 @@ public class HtmlHelper {
|
||||
// Element style
|
||||
style = mergeStyles(style, element.attr("style"));
|
||||
|
||||
if ("fairemail_debug_info".equals(clazz))
|
||||
style = mergeStyles(style, "font-size: smaller");
|
||||
|
||||
if (text_align) {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center
|
||||
if ("center".equals(element.tagName())) {
|
||||
|
||||
Reference in New Issue
Block a user