From 99be766e90a8ee65e8726559b9ef5153295c9f94 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 16 May 2023 14:18:09 +0200 Subject: [PATCH] magic bar --- resources/css/app.css | 2 +- .../views/components/magic-bar.blade.php | 38 +++++++++---------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index b293b3ac6..930542922 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -28,7 +28,7 @@ .magic-input { @apply w-[25rem] rounded outline-none bg-coolgray-400 focus:bg-neutral-700 text-white; } .magic-items { - @apply absolute top-14 w-[25rem] bg-coolgray-200 border-b-2 border-r-2 border-l-2 border-solid border-coolgray-100 rounded-b; + @apply absolute top-12 w-[25rem] bg-coolgray-200 border-b-2 border-r-2 border-l-2 border-solid border-coolgray-100 rounded-b; } .magic-item { @apply m-2 py-2 pl-4 cursor-pointer hover:bg-neutral-700 text-neutral-300 hover:text-white; diff --git a/resources/views/components/magic-bar.blade.php b/resources/views/components/magic-bar.blade.php index 7bade0bbe..188640359 100644 --- a/resources/views/components/magic-bar.blade.php +++ b/resources/views/components/magic-bar.blade.php @@ -50,7 +50,7 @@ {{-- Destinations --}} -