]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change font size of announcements to be the same as statuses
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 25 Jan 2020 03:20:06 +0000 (04:20 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sat, 25 Jan 2020 09:21:13 +0000 (10:21 +0100)
Port b89e6cfe7071901a43d1bfbde9dc7b872443e1b2 to glitch-soc

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

index 0d1f1837baf895f1a2f7d2014c093e3426f1c4df..2e559b1d7e5604e57141fd6176f2dcfcd7921427 100644 (file)
     padding: 15px;
     padding-right: 15px + 18px;
     position: relative;
+    font-size: 15px;
+    line-height: 20px;
+    word-wrap: break-word;
+    font-weight: 400;
 
     &__range {
       display: block;