From e8f523ad05ec79fe3b8d2ee84c06ae734962238d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Feb 2026 21:38:29 +0200 Subject: [PATCH] feat: add Content Zoom and Content Width controls to View menu --- src/App.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 90e0c33..6e1ab8d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1142,6 +1142,22 @@ function App() { +
e.stopPropagation()}> + Content Zoom +
+ + {zoom}% + +
+
+
e.stopPropagation()}> + Content Width +
+ + {contentWidth}px + +
+
)} {menuOpen === 'help' && menuItemRefs.current['help'] && (