chore: 文件头, 输入框UI优化, 部分头像优化, 其他

This commit is contained in:
MoonLeeeaf
2024-05-29 23:40:13 +08:00
parent 822a4ad4da
commit 6654141c18
5 changed files with 56 additions and 128 deletions

View File

@@ -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;