From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 8 Dec 2022 19:42:28 +0000 (+0100) Subject: css specification for oversized button in composer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c285e4160bcdf741b079374c39f8c89742e8551a;p=friendica.git 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. --- diff --git a/view/global.css b/view/global.css index 7c0798c21f..4101f0fe0a 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;