From c95882125d85162a54348cb32620fbaf8152bcb8 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:38:44 +0100 Subject: [PATCH 1/2] Change oversized buttons Additional css specification in global.css to resize the button in the composer. ".template-icon" Use ".template-icon" in additional buttons that are currently displayed oversized. --- view/templates/item/compose.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index 5583650e0..1b182edd5 100644 --- a/view/templates/item/compose.tpl +++ b/view/templates/item/compose.tpl @@ -1,5 +1,5 @@
-

{{$l10n.compose_title}}

+

{{$l10n.compose_title}}

{{if $l10n.always_open_compose}}

{{$l10n.always_open_compose nofilter}}

{{/if}} @@ -21,27 +21,27 @@

- - - - - - - @@ -54,7 +54,7 @@ {{if $type == 'post'}} -

- \ No newline at end of file + From 69e2b45f39cc53e27d650e57c8dae262f546ff42 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 8 Dec 2022 22:14:47 +0100 Subject: [PATCH 2/2] Titel H2 --- view/templates/item/compose.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index 1b182edd5..5cf81a5f9 100644 --- a/view/templates/item/compose.tpl +++ b/view/templates/item/compose.tpl @@ -1,5 +1,5 @@
-

{{$l10n.compose_title}}

+

{{$l10n.compose_title}}

{{if $l10n.always_open_compose}}

{{$l10n.always_open_compose nofilter}}

{{/if}}