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
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-03 13:24:03 -03:00
parent a4e641a1d5
commit 027a7aa8e2

View file

@ -255,6 +255,7 @@
/* Hide background content when window is maximized */ /* Hide background content when window is maximized */
body.window-maximized .sidebar, body.window-maximized .sidebar,
body.window-maximized .toolbar,
body.window-maximized .sidebar-item, body.window-maximized .sidebar-item,
body.window-maximized .desktop-icon, body.window-maximized .desktop-icon,
body.window-maximized .panel-grid, body.window-maximized .panel-grid,