mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 10:05:49 +08:00
chore: 文件头, 输入框UI优化, 部分头像优化, 其他
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
|
||||
/* 美化UI */
|
||||
|
||||
/* 恢复系统字体 */
|
||||
body {
|
||||
font-family: -apple-system, system-ui, -webkit-system-font;
|
||||
}
|
||||
|
||||
/* 圆角化 */
|
||||
.mdui-dialog {
|
||||
border-radius: 23px;
|
||||
}
|
||||
@@ -42,10 +45,14 @@ body {
|
||||
|
||||
/* 配色方案 */
|
||||
|
||||
.mdui-theme-color-auto {
|
||||
background-color: #fff;
|
||||
.mdui-list-item-avatar {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
|
||||
/* 背景底色 */
|
||||
.mdui-theme-color-auto {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.mdui-theme-color-auto {
|
||||
background-color: #303030;
|
||||
|
||||
Reference in New Issue
Block a user