From 1c496435f5735758b6e02ff01344e884edc0c35e Mon Sep 17 00:00:00 2001 From: nessi Date: Wed, 18 Mar 2026 10:37:52 +0100 Subject: [PATCH] refactor: reduce UI spacing and dimensions throughout desktop client for more compact layout Reduce padding, gaps, and font sizes across all components. Change html/body/root from min-height to fixed height with overflow hidden. Decrease app-frame padding from 18px to 12px and add grid-template-rows with overflow handling. Reduce brand lockup logo from 54px to 44px and adjust gaps throughout. Decrease button padding, surface padding, and card padding. Reduce body-grid sidebar from 290px to 250px. --- desktop-client/src/App.tsx | 1 - desktop-client/src/styles.css | 90 ++++++++++++++++++++++------------- 2 files changed, 56 insertions(+), 35 deletions(-) diff --git a/desktop-client/src/App.tsx b/desktop-client/src/App.tsx index 8684925..9e7f31e 100644 --- a/desktop-client/src/App.tsx +++ b/desktop-client/src/App.tsx @@ -299,7 +299,6 @@ export function App() {

Resources

-

Press Sync after policy changes.