mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
10 lines
209 B
SCSS
10 lines
209 B
SCSS
.live-up-list {
|
|
max-height: calc(100vh - 315px);
|
|
body.enable-feeds-filter & {
|
|
max-height: calc(100vh - 370px);
|
|
}
|
|
body.feeds-filter-side-block-profile & {
|
|
max-height: calc(100vh - 180px);
|
|
}
|
|
}
|