Add icons for chat previews with attachments
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
b65b44be62
commit
f4dc4181ad
3 changed files with 10 additions and 0 deletions
Binary file not shown.
|
@ -138,6 +138,8 @@
|
|||
"chats.actions.delete": "Usuń wiadomość",
|
||||
"chats.actions.more": "Więcej",
|
||||
"chats.actions.report": "Zgłoś użytkownika",
|
||||
"chats.attachment": "Załącznik",
|
||||
"chats.attachment_image": "Zdjęcie",
|
||||
"chats.audio_toggle_off": "Wyłączono dźwięk powiadomień",
|
||||
"chats.audio_toggle_on": "Włączono dźwięk powiadomień",
|
||||
"chats.dividers.today": "Dzisiaj",
|
||||
|
|
|
@ -450,6 +450,10 @@
|
|||
}
|
||||
|
||||
.chat {
|
||||
&__attachment-icon {
|
||||
float: right;
|
||||
}
|
||||
|
||||
&__last-message {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -459,6 +463,10 @@
|
|||
a {
|
||||
color: var(--highlight-text-color);
|
||||
}
|
||||
|
||||
&.attachment {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue