]> cat aescling's git repositories - mastodon.git/commitdiff
Change font size of announcements to be the same as statuses (#12949)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 25 Jan 2020 03:20:06 +0000 (04:20 +0100)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Sat, 25 Jan 2020 03:20:06 +0000 (12:20 +0900)
app/javascript/styles/mastodon/components.scss

index 8147ef28d5ff733b5a22bf1481e872f090a35156..6c412bc89231a6b6b6724206393811f3a7755360 100644 (file)
@@ -6654,6 +6654,10 @@ noscript {
     padding: 15px;
     padding-right: 15px + 18px;
     position: relative;
+    font-size: 15px;
+    line-height: 20px;
+    word-wrap: break-word;
+    font-weight: 400;
 
     &__range {
       display: block;