UX: constrain avatar size due to core change (#477)

This commit is contained in:
Kris 2023-06-01 13:42:57 -04:00 committed by GitHub
parent 6cd56770bc
commit c5877a1456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -176,10 +176,14 @@
#topic-footer-dropdown-reassign {
.name {
font-weight: normal !important;
font-weight: normal;
display: flex;
align-items: center;
}
.avatar {
margin-right: 0.25em;
width: 1.33em;
height: 1.33em;
}
.d-icon,
i.fa {