This commit is contained in:
Flummi
2021-12-23 06:06:12 +01:00
parent 99124be16f
commit 0085db6c2c
3 changed files with 16 additions and 6 deletions

View File

@ -1204,4 +1204,12 @@ div#footbar {
margin-top: -30px;
transition: .5s ease-in-out;
user-select: none;
}
}
/* avatar */
img.avatar {
height: 24px;
width: 24px;
border-radius: 25px;
margin-top: 1px;
}