From: Eugen Rochko Date: Fri, 3 May 2019 18:44:20 +0000 (+0200) Subject: [Glitch] Change font weight of sensitive button to 500 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9b1ef58c95f6b0dfa6d22572199fa3cf4337b095;p=mastodon.git [Glitch] Change font weight of sensitive button to 500 Port 63b1388fefff9414c2d0f9883f2d33f7c73284c6 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 81c700737..86041da20 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -60,6 +60,11 @@ .compose-form__sensitive-button { padding: 10px; padding-top: 0; + + .icon-button { + font-size: 14px; + font-weight: 500; + } } .composer--reply {