From 22ce8cd9e45b435160fc63afbb55fb9e9f06f3fc Mon Sep 17 00:00:00 2001 From: Wojciech Boman Date: Thu, 8 May 2025 12:21:51 +0200 Subject: [PATCH 1/2] Reduce sidebar size to 300px --- src/styles/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 8b4c99918906..9db89179f33b 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -97,7 +97,7 @@ export default { iosSafeAreaInsetsPercentage: 0.7, androidSafeAreaInsetsPercentage: 1, sideBarWidth: 375, - sideBarWithLHBWidth: 344, + sideBarWithLHBWidth: 300, navigationTabBarSize: 72, pdfPageMaxWidth: 992, tooltipzIndex: 10050, From 71ab0b1a3374f633fdd5c1bec5ade7dc0fcf8f25 Mon Sep 17 00:00:00 2001 From: Mateusz Titz Date: Thu, 8 May 2025 16:07:36 +0200 Subject: [PATCH 2/2] change sideBarWithLHBWidth to 320px --- src/styles/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 9db89179f33b..73e4426b1550 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -97,7 +97,7 @@ export default { iosSafeAreaInsetsPercentage: 0.7, androidSafeAreaInsetsPercentage: 1, sideBarWidth: 375, - sideBarWithLHBWidth: 300, + sideBarWithLHBWidth: 320, navigationTabBarSize: 72, pdfPageMaxWidth: 992, tooltipzIndex: 10050,