From 7e7e50f3c05a7e2bf74a2577181b03c731de6146 Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 3 Jun 2025 20:56:17 +0800 Subject: [PATCH] fix(mobile): animmation for the card modal --- src/main/capacitor/components/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/capacitor/components/app.css b/src/main/capacitor/components/app.css index b1d138ffae..1fc4e55abf 100644 --- a/src/main/capacitor/components/app.css +++ b/src/main/capacitor/components/app.css @@ -89,7 +89,7 @@ ion-buttons { ion-tab-bar { box-shadow: 0 0 1px #999999; - padding-top: 2px; + padding-top: 4px; ion-tab-button { @apply opacity-70; @@ -118,7 +118,7 @@ ion-content { } .ion-page { - @apply bg-gray-01; + @apply bg-gray-01 -mb-3; } }