From 7fbd4252606fa492b3983ee6c9d8d57479a8280b Mon Sep 17 00:00:00 2001 From: ennucore Date: Sat, 24 Dec 2022 15:53:31 +0100 Subject: [PATCH] Adaptivity --- .idea/workspace.xml | 24 +++++++++++++++--------- src/assets/main.css | 8 ++++++++ src/components/TonButton.vue | 9 ++++++++- src/components/ZonePricing.vue | 18 +++++++++++++++--- src/components/ZoneTable.vue | 12 +++++++++--- src/views/Checkout.vue | 1 - src/views/Explore.vue | 8 ++++++++ 7 files changed, 63 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f32504c..ebe5cce 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,16 +1,14 @@ - - + + + - - - - + @@ -214,6 +219,7 @@ - \ No newline at end of file diff --git a/src/assets/main.css b/src/assets/main.css index dfaf9f9..b74b24b 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -163,6 +163,14 @@ a, cursor: pointer; } +@media only screen and (max-width: 800px) { + .get_b { + margin-left: 0.1rem; + padding-left: 0.4rem; + padding-right: 0.4rem; + } +} + .flex { display: flex; } diff --git a/src/components/TonButton.vue b/src/components/TonButton.vue index 360cbe2..f56a950 100644 --- a/src/components/TonButton.vue +++ b/src/components/TonButton.vue @@ -1,5 +1,5 @@