UX: smaller avatar size in button to prevent height change (#576)

This commit is contained in:
Kris 2024-05-30 16:10:17 -04:00 committed by GitHub
parent 4d93bad73a
commit 63e92b6ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@
gap: 0.25em;
}
.avatar {
width: 1.33em;
height: 1.33em;
width: 1.19em;
height: 1.19em;
}
.avatar.overlap {
z-index: 1;