mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix hide banner (fix #2373)
This commit is contained in:
parent
85571f8a7f
commit
1fd6fa97b1
2
min/hide-banner.min.css
vendored
2
min/hide-banner.min.css
vendored
@ -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}
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user