From ff27f664eff77f070d054ec65545e1e27ab33a93 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Thu, 8 Jan 2026 13:42:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=20=D0=B8=D0=B3=D1=80=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8F=20=D0=B4=D0=B5=D1=80=D0=B5=D0=B2=D0=BD?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B0=20=D0=BE=D0=BD=D0=B1=D0=BE=D1=80=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD=D0=B3=D0=B5=20=D0=B8=20=D0=BD=D0=B0=20/village?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/OnboardingFunnel.vue | 2 +- app/components/VillageGrid.vue | 81 +++++------- app/pages/habits.vue | 2 +- app/pages/village.vue | 197 +--------------------------- 4 files changed, 43 insertions(+), 239 deletions(-) diff --git a/app/components/OnboardingFunnel.vue b/app/components/OnboardingFunnel.vue index 62ed855..be75240 100644 --- a/app/components/OnboardingFunnel.vue +++ b/app/components/OnboardingFunnel.vue @@ -521,7 +521,7 @@ const handleRegister = async () => { gap: 0.5rem; } .btn-toggle { - padding: 0.5rem 1rem; + padding: 0.5rem 0.7rem; } } \ No newline at end of file diff --git a/app/components/VillageGrid.vue b/app/components/VillageGrid.vue index aa78772..42a9917 100644 --- a/app/components/VillageGrid.vue +++ b/app/components/VillageGrid.vue @@ -1,19 +1,10 @@