mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
28 lines
480 B
SCSS
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;
|
|
}
|
|
}
|