Show 🔒 (lock) glyph in messagelist for encrypted messages

This commit is contained in:
the-djmaze 2022-11-04 11:41:39 +01:00
parent 3664b140c4
commit 245aaa92a2
4 changed files with 8 additions and 6 deletions

View file

@ -88,6 +88,9 @@
.icon-folder-add::before {
content: "\e03c";
}
.icon-lock::before {
content: "🔒";
}
.icon-popup::before {
content: "\e045";
}