Bilibili-Evolved/registry/lib/components/style/custom-navbar/_popup.scss
2021-12-13 23:44:00 +08:00

6 lines
126 B
SCSS

@mixin navbar-popup-height {
height: 600px;
min-height: 200px;
max-height: calc(100vh - var(--navbar-height) - 12px);
}