From 0c430510bd3420b499aafad45ffda81fa174d9a1 Mon Sep 17 00:00:00 2001 From: acondal Date: Wed, 7 Feb 2024 10:43:01 +0100 Subject: [PATCH 1/3] style: Rm x-layout-stack class when no query, add spacing to keep consistency with query previews EMP-3460 --- src/components/mobile/mobile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/mobile/mobile.vue b/src/components/mobile/mobile.vue index 0c6af76b..0c855d90 100644 --- a/src/components/mobile/mobile.vue +++ b/src/components/mobile/mobile.vue @@ -11,9 +11,9 @@ -
+
- + From e66e88f0c0b62807c77882b9e05f7f6115c7dfd0 Mon Sep 17 00:00:00 2001 From: acondal Date: Wed, 7 Feb 2024 10:43:34 +0100 Subject: [PATCH 2/3] style: Add margin top in popular searches for mobile EMP-3460 --- .../predictive-layer/predictive-popular-searches.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/predictive-layer/predictive-popular-searches.vue b/src/components/predictive-layer/predictive-popular-searches.vue index 0d9dae0a..c7d834d8 100644 --- a/src/components/predictive-layer/predictive-popular-searches.vue +++ b/src/components/predictive-layer/predictive-popular-searches.vue @@ -1,5 +1,5 @@