From 8fdc0019ea36fc09dc338de0b32f54035dc42cc1 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 9 Mar 2024 23:01:03 +0800 Subject: [PATCH] fix the bug that the text size of action menu title label does not follow the app text size change --- src/styles/mobile/font-size-default.css | 1 + src/styles/mobile/font-size-large.css | 1 + src/styles/mobile/font-size-small.css | 1 + src/styles/mobile/font-size-x-large.css | 1 + src/styles/mobile/font-size-xx-large.css | 1 + src/styles/mobile/font-size-xxx-large.css | 1 + src/styles/mobile/font-size-xxxx-large.css | 1 + 7 files changed, 7 insertions(+) diff --git a/src/styles/mobile/font-size-default.css b/src/styles/mobile/font-size-default.css index 0071a393..3fb39089 100644 --- a/src/styles/mobile/font-size-default.css +++ b/src/styles/mobile/font-size-default.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 18px; --f7-dialog-font-size: 14px; --f7-dialog-button-font-size: 17px; + --f7-actions-label-font-size: 13px; --f7-actions-button-font-size: 20px; --dp-font-size: 17px; --dp-time-font-size: 34px; diff --git a/src/styles/mobile/font-size-large.css b/src/styles/mobile/font-size-large.css index 7b583990..4d61a5c1 100644 --- a/src/styles/mobile/font-size-large.css +++ b/src/styles/mobile/font-size-large.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 19px; --f7-dialog-font-size: 15px; --f7-dialog-button-font-size: 18px; + --f7-actions-label-font-size: 14px; --f7-actions-button-font-size: 21px; --dp-font-size: 17px; --dp-time-font-size: 34px; diff --git a/src/styles/mobile/font-size-small.css b/src/styles/mobile/font-size-small.css index 0055665c..532d011b 100644 --- a/src/styles/mobile/font-size-small.css +++ b/src/styles/mobile/font-size-small.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 16px; --f7-dialog-font-size: 13px; --f7-dialog-button-font-size: 16px; + --f7-actions-label-font-size: 12px; --f7-actions-button-font-size: 18px; --dp-font-size: 15px; --dp-time-font-size: 30px; diff --git a/src/styles/mobile/font-size-x-large.css b/src/styles/mobile/font-size-x-large.css index b985597a..17cbc862 100644 --- a/src/styles/mobile/font-size-x-large.css +++ b/src/styles/mobile/font-size-x-large.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 20px; --f7-dialog-font-size: 16px; --f7-dialog-button-font-size: 19px; + --f7-actions-label-font-size: 15px; --f7-actions-button-font-size: 22px; --dp-font-size: 18px; --dp-time-font-size: 36px; diff --git a/src/styles/mobile/font-size-xx-large.css b/src/styles/mobile/font-size-xx-large.css index e29e7a98..1a8e9e6a 100644 --- a/src/styles/mobile/font-size-xx-large.css +++ b/src/styles/mobile/font-size-xx-large.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 20px; --f7-dialog-font-size: 17px; --f7-dialog-button-font-size: 20px; + --f7-actions-label-font-size: 15px; --f7-actions-button-font-size: 22px; --dp-font-size: 20px; --dp-time-font-size: 38px; diff --git a/src/styles/mobile/font-size-xxx-large.css b/src/styles/mobile/font-size-xxx-large.css index 72391b3b..3e0e2c30 100644 --- a/src/styles/mobile/font-size-xxx-large.css +++ b/src/styles/mobile/font-size-xxx-large.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 22px; --f7-dialog-font-size: 19px; --f7-dialog-button-font-size: 22px; + --f7-actions-label-font-size: 17px; --f7-actions-button-font-size: 24px; --dp-font-size: 22px; --dp-time-font-size: 38px; diff --git a/src/styles/mobile/font-size-xxxx-large.css b/src/styles/mobile/font-size-xxxx-large.css index 33b13d39..5a6497f9 100644 --- a/src/styles/mobile/font-size-xxxx-large.css +++ b/src/styles/mobile/font-size-xxxx-large.css @@ -40,6 +40,7 @@ --f7-dialog-title-font-size: 24px; --f7-dialog-font-size: 21px; --f7-dialog-button-font-size: 24px; + --f7-actions-label-font-size: 19px; --f7-actions-button-font-size: 26px; --dp-font-size: 22px; --dp-time-font-size: 38px;