From 0f62f4df6763e4449b1ceab946092f9b67b06411 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Wed, 17 Feb 2021 08:13:53 +0100 Subject: [PATCH] fix: mobile search #156 - maybe redesign in future --- .../Modals/SearchModal/SearchModal.vue | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/src/components/Modals/SearchModal/SearchModal.vue b/src/components/Modals/SearchModal/SearchModal.vue index 3fecc8670b..bdef2e0dc2 100644 --- a/src/components/Modals/SearchModal/SearchModal.vue +++ b/src/components/Modals/SearchModal/SearchModal.vue @@ -15,25 +15,29 @@ ref="form" v-model="searchForm.valid" > - - - - - {{ loading ? "Stop" : "Search" }} - + + + + + + + {{ loading ? "Stop" : "Search" }} + +