This commit is contained in:
2026-04-27 19:17:02 +08:00
parent 9947701fc4
commit 14828597db
88 changed files with 1897 additions and 274 deletions

View File

@@ -0,0 +1,19 @@
@layer components {
.avatar-root {
background-color: var(--default-bg);
}
.avatar-image {
object-fit: cover;
height: 100%;
width: 100%;
}
.avatar-fallback {
align-items: center;
display: flex;
justify-content: center;
height: 100%;
width: 100%;
background-color: var(--default-bg);
}
}