]> git.mxchange.org Git - friendica.git/commitdiff
css specification for oversized button in composer
authorloma-one <44441246+loma-one@users.noreply.github.com>
Thu, 8 Dec 2022 19:42:28 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 19:42:28 +0000 (20:42 +0100)
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

index 7c0798c21f8bf6f290f047660822273e179caa9d..4101f0fe0ae7ead6a8bb49785833185582859779 100644 (file)
@@ -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;