From ac6edbfa7f22093d45f6225487069e18f37f97d0 Mon Sep 17 00:00:00 2001 From: arisuv <107139838+arisuv@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:01:25 +0100 Subject: [PATCH] add padding to center search icon in navbar (#2857) --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e495ae81..551267a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,7 +218,7 @@ b { } .input { - @apply pl-2.5; + @apply px-2.5; } .input:focus {