toggle collections / searchbar visibility based on page

This commit is contained in:
lesion
2022-11-25 09:21:22 +01:00
parent 1eb5b0564b
commit dc31ba37ca
2 changed files with 13 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<div class='text-body-1 font-weight-light' v-text='settings.description' />
</div>
<NavSearch :class='{ hide: $route.name !== "index" }'/>
<NavSearch />
<NavBar />
@@ -47,8 +47,4 @@ nav {
text-decoration: none;
}
.hide {
max-height: 0px !important;
visibility: hidden;
}
</style>