/* Ghost OS UI v4 responsive shell alignment.
   Keep full-screen workspaces and their backdrops attached to the user-controlled taskbar width. */
body{--ghost-nav-width:var(--ghost-taskbar-width)}
body.ghost-taskbar-collapsed{--ghost-nav-width:var(--ghost-taskbar-collapsed)}

@media(max-width:760px){
  body{--ghost-nav-width:var(--ghost-taskbar-width)}
  body.ghost-taskbar-collapsed{--ghost-nav-width:var(--ghost-taskbar-collapsed)}
}
