improve picture styling

This commit is contained in:
Bruno Windels 2020-10-27 16:47:22 +01:00
parent d55f38a9e9
commit b69464b87d

View file

@ -505,6 +505,11 @@ ul.Timeline > li.messageStatus .message-container > p {
--avatar-size: 25px;
}
.message-container img.picture {
margin-top: 4px;
border-radius: 4px;
}
.TextMessageView.continuation .message-container {
margin-top: 0;
margin-bottom: 0;