Add a comment and use rems

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-23 19:14:36 +01:00
parent 2f2c5c9081
commit 64945d4ccf
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 1 deletions

View File

@ -257,7 +257,9 @@ $left-gutter: 64px;
display: inline-block;
width: 14px;
height: 14px;
top: -20px;
// This aligns the avatar with the last line of the
// message. We want to move it one line up - 2.2rem
top: -2.2rem;
user-select: none;
z-index: 1;
}