From a1f09f8b7d861d22f579f3172abaf9cb465baa99 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 22 Jan 2024 18:04:18 +0800 Subject: [PATCH] Update style.css --- app/src/main/assets/css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/src/main/assets/css/style.css b/app/src/main/assets/css/style.css index bcfc7a6cf..5d20405ab 100644 --- a/app/src/main/assets/css/style.css +++ b/app/src/main/assets/css/style.css @@ -3273,10 +3273,9 @@ page { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; - padding: 8px 0; - padding-bottom: calc(8px + constant(safe-area-inset-bottom)); - padding-bottom: calc(8px + env(safe-area-inset-bottom)); font-size: 0; + padding-top: 8px; + padding-bottom: 8px; color: rgba(0, 0, 0, 0.5); color: var(--weui-FG-1); text-align: center; @@ -3307,9 +3306,6 @@ page { .weui-tabbar__icon { display: inline-block; - width: 24px; - height: 24px; - margin-top: 6px; margin-bottom: 6px; svg { fill: rgba(0, 0, 0, 0.9);