Refactor chat component styles for responsiveness and consistency
- Updated padding and margin properties across various chat components to utilize responsive design tokens, ensuring better adaptability to different screen sizes. - Replaced fixed sizes with responsive variables for buttons, avatars, and bubbles to enhance UI flexibility. - Adjusted font sizes to use responsive tokens, improving text readability on various devices. - Standardized border-radius and other dimensions using CSS variables for a cohesive design language. - Enhanced dialog and screen components with safe area insets for better compatibility with modern devices.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
--auth-legal-checkbox-inner-size: 10px;
|
||||
|
||||
/* 悬浮返回按钮(40×40 圆形) */
|
||||
--back-button-size: 40px;
|
||||
--back-button-size: var(--responsive-icon-button-size, 40px);
|
||||
|
||||
/* 底部弹层圆角(28px = Dart AppRadius.radius28) */
|
||||
--auth-bottom-sheet-radius: 28px;
|
||||
|
||||
Reference in New Issue
Block a user