mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: use fixed dimensions for user card avatar (#21892)
This commit is contained in:
parent
676b558265
commit
8e618a5484
@ -150,8 +150,8 @@
|
||||
max-height: var(--avatar-width);
|
||||
}
|
||||
.avatar {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: var(--avatar-width);
|
||||
height: var(--avatar-width);
|
||||
}
|
||||
.new-user a {
|
||||
color: var(--primary-low-mid);
|
||||
|
Loading…
Reference in New Issue
Block a user