Fix hide banner (fix #2373)

This commit is contained in:
the1812 2021-10-08 13:07:03 +08:00
parent 85571f8a7f
commit 1fd6fa97b1
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
#banner_link,.bili-header__banner,.custom-navbar .blur-layer,.z-top-container.has-banner>.header{display:none!important}.b-header-mask-wrp .b-header-mask-bg,div.blur-bg{opacity:0!important}.international-header .bili-banner,.international-home .bili-banner{visibility:hidden!important;height:50px!important;min-height:unset!important}
#banner_link,.bili-header__banner,.custom-navbar .blur-layer,.z-top-container.has-banner>.header{display:none!important}.bili-header{height:50px!important}.b-header-mask-wrp .b-header-mask-bg,div.blur-bg{opacity:0!important}.international-header .bili-banner,.international-home .bili-banner{visibility:hidden!important;height:50px!important;min-height:unset!important}

View File

@ -4,6 +4,9 @@
.bili-header__banner {
display: none !important;
}
.bili-header {
height: 50px !important;
}
div.blur-bg,
.b-header-mask-wrp .b-header-mask-bg {
opacity: 0 !important;