style(responsive): finish responsive token migration
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user