style(responsive): finish responsive token migration

This commit is contained in:
2026-07-03 11:19:27 +08:00
parent 489554cd78
commit e5bfb4e373
27 changed files with 132 additions and 98 deletions
@@ -13,7 +13,7 @@
}
.emoji {
font-size: 24px;
font-size: var(--responsive-icon-size-md, 24px);
line-height: 1;
}
@@ -26,5 +26,5 @@
color: #fff;
white-space: pre-line;
backdrop-filter: blur(10px);
max-width: 200px;
max-width: min(52vw, 200px);
}