1
0
Fork 0

Minor spacing tweaks

master
Ryan Fox 1 year ago
parent ba14afda40
commit bf734205da
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

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

@ -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
]

Loading…
Cancel
Save