Hide sender names in private conversations
This commit is contained in:
parent
b45c09470f
commit
eddf4164fa
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
.private .sender,
|
||||
.outgoing .sender {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -254,6 +254,7 @@ input.new-message {
|
|||
.group-update {
|
||||
font-size: smaller; }
|
||||
|
||||
.private .sender,
|
||||
.outgoing .sender {
|
||||
display: none; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue