From e37f7cd9d17090a85fae9be4ba28609afabdb5c4 Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 24 Nov 2022 17:27:15 +0100 Subject: [PATCH] hide searchbar when not in home --- components/Appbar.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/components/Appbar.vue b/components/Appbar.vue index e7f5bc14..8861af60 100644 --- a/components/Appbar.vue +++ b/components/Appbar.vue @@ -5,11 +5,11 @@
- +
- + @@ -40,4 +40,15 @@ nav { .theme--light nav { background-image: linear-gradient(to bottom, rgba(255,230,230,.95), rgba(250,250,250,.95)), url(/headerimage.png); } + +#title { + font-size: 2rem; + font-weight: 600; + text-decoration: none; +} + +.hide { + max-height: 0px !important; + visibility: hidden; +} \ No newline at end of file