UX: constrain avatar size due to core change (#477)
This commit is contained in:
parent
6cd56770bc
commit
c5877a1456
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue