style(responsive): migrate fixed UI sizes to tokens

This commit is contained in:
2026-07-03 10:22:37 +08:00
parent 38d31572dd
commit bb6ebbae7e
28 changed files with 312 additions and 229 deletions
@@ -1,7 +1,7 @@
.avatar {
flex: 0 0 auto;
width: 43px;
height: 43px;
width: var(--chat-avatar-size, 43px);
height: var(--chat-avatar-size, 43px);
border-radius: 9999px;
overflow: hidden;
border: 2px solid var(--color-avatar-border, #fbf3f5);