app.css: Add a CSS class for redacted messages

See https://gitlab.gnome.org/World/fractal/issues/195
This commit is contained in:
Eisha Chen-yen-su 2018-08-03 16:21:34 +02:00
parent ab3146e80b
commit 37e80c03e2

View file

@ -162,6 +162,10 @@ row.msg-emote {
padding: 12px 0px;
}
.msg-redacted {
color: @theme_selected_bg_color;
}
row .username {
font-weight: bold;
font-size: small;