feat: auto hiding header bar in preview to enlarge the preview window (#3024)

This commit is contained in:
niubility000
2024-03-07 18:25:01 +08:00
committed by GitHub
parent 8dddc8a450
commit d70650689c
3 changed files with 19 additions and 8 deletions

View File

@@ -2,10 +2,6 @@
nav {
width: 10em
}
/* Mobile Only fix div hidden by bottom navigation bar of mobile browser when using height: 100vh */
#previewer .preview {
height: calc(100% - 4em) !important;
}
}
@media (max-width: 1024px) {