1
Fork 0

Fix formatting of /me.

This commit is contained in:
Juliusz Chroboczek 2020-09-16 01:47:36 +02:00
parent 77179c3db9
commit 714a0939d6
1 changed files with 4 additions and 0 deletions

View File

@ -322,6 +322,10 @@ textarea.form-reply {
text-shadow: none;
}
.message-me-asterisk, .message-me-user {
margin-right: 0.33em;
}
.video-container {
height: calc(var(--vh, 1vh) * 100 - 64px);
position: relative;