From: Eugen Rochko Date: Sat, 25 Jan 2020 03:20:06 +0000 (+0100) Subject: Change font size of announcements to be the same as statuses (#12949) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b89e6cfe7071901a43d1bfbde9dc7b872443e1b2;p=mastodon.git Change font size of announcements to be the same as statuses (#12949) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 8147ef28d..6c412bc89 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -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;