mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix formatting of /me.
This commit is contained in:
parent
77179c3db9
commit
714a0939d6
1 changed files with 4 additions and 0 deletions
|
@ -322,6 +322,10 @@ textarea.form-reply {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-me-asterisk, .message-me-user {
|
||||||
|
margin-right: 0.33em;
|
||||||
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
height: calc(var(--vh, 1vh) * 100 - 64px);
|
height: calc(var(--vh, 1vh) * 100 - 64px);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue