]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change font weight of sensitive button to 500
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 3 May 2019 18:44:20 +0000 (20:44 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 4 May 2019 18:41:21 +0000 (20:41 +0200)
Port 63b1388fefff9414c2d0f9883f2d33f7c73284c6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/composer.scss

index 81c700737eae2efbd5d532fff0c0b88119d6a661..86041da200ba077f6ad09211f76e38ab608cb870 100644 (file)
 .compose-form__sensitive-button {
   padding: 10px;
   padding-top: 0;
+
+  .icon-button {
+    font-size: 14px;
+    font-weight: 500;
+  }
 }
 
 .composer--reply {