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 {
|
#topic-footer-dropdown-reassign {
|
||||||
.name {
|
.name {
|
||||||
font-weight: normal !important;
|
font-weight: normal;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
|
width: 1.33em;
|
||||||
|
height: 1.33em;
|
||||||
}
|
}
|
||||||
.d-icon,
|
.d-icon,
|
||||||
i.fa {
|
i.fa {
|
||||||
|
|
Loading…
Reference in New Issue