From bc73307a475df7edc725c616fb5f4819d9fe48a1 Mon Sep 17 00:00:00 2001 From: robertkleinschuster Date: Fri, 26 May 2023 10:52:28 +0200 Subject: [PATCH] improved mobile nav appearance --- src/App.vue | 6 ++- src/components/NavBar.vue | 63 +++++++++++++++------------- src/components/SearchSuggestions.vue | 4 +- 3 files changed, 40 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index 93693dd3..331a2065 100644 --- a/src/App.vue +++ b/src/App.vue @@ -216,8 +216,10 @@ b { } .input:focus { - @apply border-2 border-red-500 outline-none; - box-shadow: 0 0 15px rgba(239, 68, 68, var(--un-border-opacity)); + @apply outline-red-500; + outline-style: solid; + outline-width: 2px; + box-shadow: 0 0 15px rgba(239, 68, 68, 1); } hr { diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 5aa0cc36..b4ae6daf 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -59,35 +59,41 @@ - + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ -