From da630f92552961b50c4471634bd2eea0bc7e7d12 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:44:06 +0900 Subject: [PATCH] Make the sizing of navbar buttons consistent --- src/components/search_bar/search_bar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search_bar/search_bar.vue b/src/components/search_bar/search_bar.vue index aed8093c..872bff03 100644 --- a/src/components/search_bar/search_bar.vue +++ b/src/components/search_bar/search_bar.vue @@ -86,7 +86,7 @@ } .cancel-search { - height: 50px; + height: 100%; } .cancel-icon {