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

@@ -6,7 +6,7 @@
@mousemove="toggleNavigation"
@touchstart="toggleNavigation"
>
<header-bar>
<header-bar v-if="showNav">
<action icon="close" :label="$t('buttons.close')" @action="close()" />
<title>{{ name }}</title>
<action