upd: smoothly resize reply avatars depending on container size

This commit is contained in:
ShittyKopper 2024-02-02 14:40:02 +03:00
parent 7461332d0f
commit bffac25c57
1 changed files with 2 additions and 1 deletions

View File

@ -446,7 +446,8 @@ if (props.detail) {
}
&.replyRoot {
--avatar: 36px;
/* @link https://utopia.fyi/clamp/calculator?a=450,580,26—36 */
--avatar: clamp(26px, -8.6154px + 7.6923cqi, 36px);
}
}