fix: avatar size

This commit is contained in:
sokumon 2025-12-22 17:30:32 +05:30
parent b0e2e22b96
commit 158a487b00

View file

@ -99,8 +99,8 @@
}
.avatar-medium {
width: 22px;
height: 22px;
width: 32px;
height: 32px;
.standard-image {
@include get_textstyle("base", "regular");
}