From a9f60ab9d43d86eb7210bd5b24ba726429ae8708 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 22 May 2026 00:01:06 +0800 Subject: [PATCH] fix incorrect toggle styling when the title is too long --- src/views/mobile/ApplicationLockPage.vue | 16 ++++++++++++---- src/views/mobile/SignupPage.vue | 9 +++++++-- src/views/mobile/accounts/EditPage.vue | 12 +++++++++--- src/views/mobile/categories/EditPage.vue | 4 +++- 4 files changed, 31 insertions(+), 10 deletions(-) diff --git a/src/views/mobile/ApplicationLockPage.vue b/src/views/mobile/ApplicationLockPage.vue index 1b617d8d..2297cfa1 100644 --- a/src/views/mobile/ApplicationLockPage.vue +++ b/src/views/mobile/ApplicationLockPage.vue @@ -8,12 +8,20 @@ - {{ tt('Unlock with PIN Code') }} - + + - {{ tt('Unlock with WebAuthn') }} - + + {{ tt('Disable') }} {{ tt('Enable') }} diff --git a/src/views/mobile/SignupPage.vue b/src/views/mobile/SignupPage.vue index 3f2be83e..4a01f2f5 100644 --- a/src/views/mobile/SignupPage.vue +++ b/src/views/mobile/SignupPage.vue @@ -129,8 +129,13 @@ - - + + + diff --git a/src/views/mobile/accounts/EditPage.vue b/src/views/mobile/accounts/EditPage.vue index ca9c2665..6a622940 100644 --- a/src/views/mobile/accounts/EditPage.vue +++ b/src/views/mobile/accounts/EditPage.vue @@ -267,7 +267,9 @@ - + - + - + - +