From 027a7aa8e2eb987c9640da18374c91e786fdd259 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 3 Mar 2026 13:24:03 -0300 Subject: [PATCH] fix: hide toolbar when window is maximized to remove blank space at top - Add .toolbar to hide rule for maximized windows - Toolbar was taking up 50px of space at the top even when maximized - This removes the blank space before the window title --- ui/suite/css/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/suite/css/desktop.css b/ui/suite/css/desktop.css index b5e9a37..0ab1234 100644 --- a/ui/suite/css/desktop.css +++ b/ui/suite/css/desktop.css @@ -255,6 +255,7 @@ /* Hide background content when window is maximized */ body.window-maximized .sidebar, +body.window-maximized .toolbar, body.window-maximized .sidebar-item, body.window-maximized .desktop-icon, body.window-maximized .panel-grid,