From f5b191750967efa565d54c21e0d0c973fb266cf3 Mon Sep 17 00:00:00 2001 From: lshw54 Date: Sun, 17 May 2026 14:50:58 +0800 Subject: [PATCH] fix(TitleBar): prevent icon ligature text overflow (#278) --- src/components/TitleBar.vue | 52 +++++++++++++++++-- src/pages/AccountList.vue | 20 +++++-- src/pages/LoginPage.vue | 10 ++-- .../pages/AccountList.EnterHotkey.spec.ts | 7 +++ tests/unit/pages/AccountList.spec.ts | 7 +++ tests/unit/pages/LoginPage.spec.ts | 11 ++++ 6 files changed, 94 insertions(+), 13 deletions(-) diff --git a/src/components/TitleBar.vue b/src/components/TitleBar.vue index 98f9f32..d019b98 100644 --- a/src/components/TitleBar.vue +++ b/src/components/TitleBar.vue @@ -1,8 +1,22 @@