mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
18 lines
261 B
SCSS
18 lines
261 B
SCSS
@use "vars/vars";
|
|
|
|
#initp__wrp_active {
|
|
display: none;
|
|
}
|
|
|
|
.is-fullscreen .initp__fullscreen-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
@media screen and (width <= #{vars.$width-screen-md}) {
|
|
.viewport-wrapper {
|
|
bottom: 0;
|
|
height: 100vh;
|
|
min-height: 0;
|
|
}
|
|
}
|