style(responsive): finish responsive token migration
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
|
||||
.typingDot {
|
||||
display: inline-block;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
width: var(--responsive-dot-size, 6px);
|
||||
height: var(--responsive-dot-size, 6px);
|
||||
border-radius: 50%;
|
||||
background: currentColor;
|
||||
margin: 0 2px;
|
||||
|
||||
Reference in New Issue
Block a user