diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-25 04:20:06 +0100 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2020-01-25 12:20:06 +0900 |
commit | b89e6cfe7071901a43d1bfbde9dc7b872443e1b2 (patch) | |
tree | a371280dbfbf28494a83a82381c6eea32c1ce803 /app | |
parent | 1268e3b5726b0650afda20410a714995aa9aeae7 (diff) |
Change font size of announcements to be the same as statuses (#12949)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |