mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Change font size of announcements to be the same as statuses (#12949)
This commit is contained in:
parent
1268e3b572
commit
b89e6cfe70
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue