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] 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;