Bilibili-Evolved/registry/lib/components/style/hide/banner/banner.scss
2024-03-09 09:55:35 +08:00

35 lines
766 B
SCSS

#banner_link,
.z-top-container.has-banner > .header,
.custom-navbar .blur-layer,
.bili-header__banner {
display: none !important;
}
#biliMainHeader {
min-height: unset !important;
}
.header-v3 .z-top-container {
min-height: 160px !important;
}
.bili-header {
padding-top: 50px !important;
min-height: 0 !important;
}
div.blur-bg,
.b-header-mask-wrp .b-header-mask-bg {
opacity: 0 !important;
}
.international-header .bili-banner,
.international-home .bili-banner {
visibility: hidden !important;
height: 50px !important;
min-height: unset !important;
}
.nav-link .nav-link-ul .nav-link-item .link,
.nav-user-center .user-con .item .name {
color: black !important;
text-shadow: none !important;
body.dark & {
color: #eee !important;
}
}