Bilibili-Evolved/registry/lib/components/style/hide/user-pendent/user-pendent-shadow.scss
2024-10-13 19:28:38 +08:00

14 lines
255 B
SCSS

:host(bili-avatar) {
container-type: size;
container-name: avatar;
// .layers:first-child,
.layer:not(:first-child),
.layer:not(:has(picture)) {
display: none;
}
.layer:has(picture) {
min-width: 100cqw;
min-height: 100cqh;
}
}