forked from mystiq/hydrogen-web
improve picture styling
This commit is contained in:
parent
d55f38a9e9
commit
b69464b87d
1 changed files with 5 additions and 0 deletions
|
@ -505,6 +505,11 @@ ul.Timeline > li.messageStatus .message-container > p {
|
||||||
--avatar-size: 25px;
|
--avatar-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-container img.picture {
|
||||||
|
margin-top: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.TextMessageView.continuation .message-container {
|
.TextMessageView.continuation .message-container {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue