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:
parent
a4e641a1d5
commit
027a7aa8e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue