From 43a381e5a259c5152851efde005582f56e21229f Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Mon, 25 May 2026 03:12:40 +0700 Subject: [PATCH 1/5] Increase Font Weight for Popup Buttons --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 95a9605f..79d9dcaa 100644 --- a/src/styles.css +++ b/src/styles.css @@ -5744,7 +5744,7 @@ button { border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; - font-weight: 500; + font-weight: 600; font-family: inherit; color: #ffffff; transition: border-color 0.25s; From e4ac91786f1e58395f0de224324287fa15ff809b Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Mon, 25 May 2026 03:18:53 +0700 Subject: [PATCH 2/5] Add Warning Icon to Remove Wallpaper Popup --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index c33b662c..b1c84bb6 100644 --- a/src/main.js +++ b/src/main.js @@ -6067,8 +6067,8 @@ async function removeWallpaper(chatId) { if (!chatId) return; const ok = await popupConfirm( 'Remove wallpaper?', - 'This chat returns to the default Vector theme. The change syncs to your contact and your other devices.', - false, + 'This will remove the wallpaper and revert to the default theme. This change syncs to your contact and your other devices.', + false, '', 'vector_warning.svg' ); if (!ok) return; try { From 71fafa133302f73923daf899acdb7b006ab2e528 Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Mon, 25 May 2026 03:25:43 +0700 Subject: [PATCH 3/5] Fix Input Font Weight & Edit Button Only --- src/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 79d9dcaa..6470d9aa 100644 --- a/src/styles.css +++ b/src/styles.css @@ -5744,7 +5744,7 @@ button { border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; - font-weight: 600; + font-weight: 500; font-family: inherit; color: #ffffff; transition: border-color 0.25s; @@ -5758,6 +5758,7 @@ select { button { backdrop-filter: blur(6px); cursor: pointer; + font-weight: 600; } button:active { From 66a647dca85966ae27e5d0a9e00c5666a5390c33 Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Mon, 25 May 2026 04:06:49 +0700 Subject: [PATCH 4/5] Adjust Horizontal Dots & Chat Menu Display --- src/index.html | 2 +- src/styles.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index cdb5394b..67be67f2 100644 --- a/src/index.html +++ b/src/index.html @@ -937,7 +937,7 @@

-