input_pill: Round all corners of user avatar.

Fixes part of #34499.
This commit is contained in:
Evy Kassirer
2025-05-13 15:21:41 -07:00
committed by Tim Abbott
parent fd16c2e2b0
commit 8f7aab05e7

View File

@@ -41,7 +41,7 @@
.pill-image { .pill-image {
height: var(--length-input-pill-image); height: var(--length-input-pill-image);
width: var(--length-input-pill-image); width: var(--length-input-pill-image);
border-radius: 4px 0 0 4px; border-radius: 4px;
} }
.zulip-icon { .zulip-icon {