mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
6 lines
126 B
SCSS
6 lines
126 B
SCSS
@mixin navbar-popup-height {
|
|
height: 600px;
|
|
min-height: 200px;
|
|
max-height: calc(100vh - var(--navbar-height) - 12px);
|
|
}
|