Improve chats styles and chat placeholder

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-11-26 20:01:43 +01:00
parent 7a3d027ccc
commit b8542c619d
4 changed files with 37 additions and 60 deletions

View File

@@ -306,28 +306,6 @@
}
}
.chat {
&__attachment-icon {
float: right;
}
&__last-message {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-height: 19px;
a {
color: var(--highlight-text-color);
}
&.attachment {
font-style: italic;
}
}
}
.chat-message__media {
height: 120px;
}