use * 0.25

This commit is contained in:
tamaina 2025-08-25 15:04:24 +09:00
parent b17dc7c6d5
commit 7520099fee
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ $avatarSize: 58px;
flex-direction: column;
justify-content: center;
align-items: start;
margin: -4px -2px 0 calc($avatarSize / 4);
margin: -4px -2px 0 ($avatarSize * 0.25);
padding-right: 16px;
max-width: 100%;
overflow-x: hidden;