mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
19 lines
501 B
SCSS
19 lines
501 B
SCSS
.international-home > :not(.international-header),
|
|
.international-header .b-wrap,
|
|
.international-footer,
|
|
#app > .bili-wrapper,
|
|
#app > .elevator-module,
|
|
#app > .bili-header-m.stardust-common > .bili-wrapper,
|
|
.bili-header-m .head-banner .head-content .head-logo,
|
|
#i_cecream .bili-header__channel,
|
|
#i_cecream > :not(.bili-header) {
|
|
position: fixed;
|
|
visibility: hidden;
|
|
top: 200vh;
|
|
left: 0;
|
|
height: 0 !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
overflow: hidden !important;
|
|
}
|