Enhance modal styles and add scrollbar width variable

This commit is contained in:
Will Miao
2025-02-19 13:32:57 +08:00
parent 2f099325e4
commit ebc4196071
3 changed files with 16 additions and 17 deletions

View File

@@ -50,6 +50,8 @@ html {
--border-radius-base: 12px;
--border-radius-sm: 8px;
--border-radius-xs: 4px;
--scrollbar-width: 8px; /* 添加滚动条宽度变量 */
}
[data-theme="dark"] {