Bilibili-Evolved/registry/lib/components/style/hide/user-pendent/user-pendent.scss
2024-10-15 22:35:33 +08:00

28 lines
480 B
SCSS

.b-avatar {
container-type: size;
container-name: avatar;
&__layers:not(:first-child),
&__layer:not(:first-child) {
display: none !important;
}
&__layer:first-child {
min-width: 100cqw;
min-height: 100cqh;
}
}
.up-avatar {
container-type: size;
container-name: avatar;
.bili-avatar {
min-width: 100cqw;
min-height: 100cqh;
transform: none !important;
}
}
.bili-avatar {
&-icon,
&-pendent-dom {
display: none !important;
}
}