From e12d967abc9016ebcb27f9e428aab119d9eb396b Mon Sep 17 00:00:00 2001 From: ebolam Date: Mon, 22 Aug 2022 18:26:38 -0400 Subject: [PATCH] Move Formatting menu --- templates/settings flyout.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/settings flyout.html b/templates/settings flyout.html index a65d382b..8edabfde 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -224,6 +224,16 @@ +
+

expand_more Formatting

+
+
+ {% with menu='Interface' %} + {% with sub_path='Formatting' %} + {% include 'settings item.html' %} + {% endwith %} + {% endwith %} +

expand_more Theme

@@ -286,15 +296,5 @@

navigate_next Advanced Theme

-
-

expand_more Formatting

-
-
- {% with menu='Interface' %} - {% with sub_path='Formatting' %} - {% include 'settings item.html' %} - {% endwith %} - {% endwith %} -
\ No newline at end of file