1
0
Fork 0

Minor spacing tweaks

This commit is contained in:
Ryan Fox 2022-04-10 16:35:09 -07:00
parent ba14afda40
commit bf734205da
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 6 additions and 1 deletions

View File

@ -1171,3 +1171,8 @@ audio.viewer-content {
height: 20px;
vertical-align: bottom;
}
.thread-target .emoji-custom {
height: 1.3em;
vertical-align: top;
}

View File

@ -330,7 +330,7 @@ statusView context ({ account, content, media_attachments, reblog, mentions, pin
[ Common.icon "fire"
, a (accountLinkAttributes ++ [ class "reblogger" ])
[ span [ class "display-name" ] <| Common.accountDisplayNameRich account ]
, text " boosted"
, text "boosted"
]
, Lazy.lazy3 statusView context reblog clickOpen
]