app.css: Add a CSS class for redacted messages
See https://gitlab.gnome.org/World/fractal/issues/195
This commit is contained in:
parent
ab3146e80b
commit
37e80c03e2
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue