From dc31ba37cad32508d984ca0cbd84ac40d47f49d8 Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 25 Nov 2022 09:21:22 +0100 Subject: [PATCH] toggle collections / searchbar visibility based on page --- components/Appbar.vue | 6 +----- components/NavSearch.vue | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/components/Appbar.vue b/components/Appbar.vue index 8861af60..abbe6427 100644 --- a/components/Appbar.vue +++ b/components/Appbar.vue @@ -9,7 +9,7 @@
- + @@ -47,8 +47,4 @@ nav { text-decoration: none; } -.hide { - max-height: 0px !important; - visibility: hidden; -} \ No newline at end of file diff --git a/components/NavSearch.vue b/components/NavSearch.vue index 40f12d3a..240647a1 100644 --- a/components/NavSearch.vue +++ b/components/NavSearch.vue @@ -1,9 +1,9 @@