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/4] 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 c285e4160bcdf741b079374c39f8c89742e8551a Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:42:28 +0100 Subject: [PATCH 2/4] css specification for oversized button in composer In order to specify the buttons in the composer in the correct size again, an additional specification has been added. This can also be used for other oversized buttons. --- view/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/global.css b/view/global.css index 7c0798c21..4101f0fe0 100644 --- a/view/global.css +++ b/view/global.css @@ -40,6 +40,11 @@ a.btn, a.btn:hover { height: 48px; } +.template-icon { + width: 24px; + height: 24px; +} + /* List of social Networks */ img.connector, img.connector-disabled { height: 40px; From 5d1aeea41e81dfaaf0716c8e9678becbb0c70436 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:47:52 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=C3=84nderung=20Icon-Gr=C3=B6=C3=9Fe=20Scha?= =?UTF-8?q?ltfl=C3=A4che=20Kommentare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using the glocal css "template-icon" to show the correct size of the buttons --- view/theme/frio/templates/comment_item.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/view/theme/frio/templates/comment_item.tpl b/view/theme/frio/templates/comment_item.tpl index bece95e78..9f9f9e37a 100644 --- a/view/theme/frio/templates/comment_item.tpl +++ b/view/theme/frio/templates/comment_item.tpl @@ -13,27 +13,27 @@

- - - - - - - 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 4/4] 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}}