From fa78897b5e62448484b5dcd54772dc7c4b0d43c0 Mon Sep 17 00:00:00 2001 From: enzoggqs Date: Wed, 1 Feb 2023 12:29:09 -0300 Subject: [PATCH] Fix mobile screen --- src/components/SearchComponent.vue | 15 ++++++++++----- src/components/SellerSteps/WantSellComponent.vue | 15 +++++++++++---- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/components/SearchComponent.vue b/src/components/SearchComponent.vue index 984bebc..e250dc8 100644 --- a/src/components/SearchComponent.vue +++ b/src/components/SearchComponent.vue @@ -115,7 +115,7 @@ watch(networkName, (): void => {
Adquira cripto com apenas um Pix @@ -125,13 +125,14 @@ watch(networkName, (): void => { >
+
- Token image - BRZ + Token image + BRZ
@@ -221,7 +226,7 @@ watch(networkName, (): void => { } .blur-container { - @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10; + @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10; } input[type="number"] { diff --git a/src/components/SellerSteps/WantSellComponent.vue b/src/components/SellerSteps/WantSellComponent.vue index 92033d7..76ceba9 100644 --- a/src/components/SellerSteps/WantSellComponent.vue +++ b/src/components/SellerSteps/WantSellComponent.vue @@ -56,6 +56,7 @@ const handleButtonClick = async ( >
+
@@ -63,7 +64,7 @@ const handleButtonClick = async ( - Token image - BRZ + Token image + + BRZ +
@@ -135,7 +142,7 @@ const handleButtonClick = async ( } .blur-container { - @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-10 w-auto; + @apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 mt-10 w-auto; } input[type="number"] {