Files
5etools-mirror-2.github.io/scss/inittrackerplayerview.scss
TheGiddyLimit 12f34a38f8 v1.202.0
2024-03-24 23:47:02 +00:00

18 lines
265 B
SCSS

@use "includes/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;
}
}