From 07dcbd66d4390a80ab17f944a36c07a7d9cd1f74 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 22 Jul 2022 18:08:52 +0200 Subject: [PATCH 1/2] responsive navigation bar --- src/App.vue | 4 ++ src/components/NavBar.vue | 80 +++++++++++++++++++++++++++------------ 2 files changed, 59 insertions(+), 25 deletions(-) diff --git a/src/App.vue b/src/App.vue index 357279c3..97a29085 100644 --- a/src/App.vue +++ b/src/App.vue @@ -208,4 +208,8 @@ h2 { .auto .link-secondary { @apply dark:(text-gray-300 hover:(text-gray-400 underline underline-gray-400)); } + +.line { + @apply px-2.5 py-0.25 my-0.45 rounded-xl bg-white; +} diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 8888a2e2..8735bc2d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -26,32 +26,61 @@ @blur="onInputBlur" /> -
- -
+ + + + + +
Date: Fri, 22 Jul 2022 18:49:27 +0200 Subject: [PATCH 2/2] small fixes --- src/components/NavBar.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 8735bc2d..aa3707df 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -58,7 +58,11 @@ -