You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
outsourc-e
committed
fix: app-wide Electron title bar offset via --titlebar-h CSS variable
Sets --titlebar-h on document.documentElement (40px in Electron, 0px
otherwise). All fixed-position elements now use top-[var(--titlebar-h)]
instead of top-0 so nothing overlaps the title bar.
Updated: workspace-shell, chat-panel, agent-view-panel, agent-stream-panel,
toast, update-notifier, openclaw-update-notifier, mobile-prompt-trigger,
provider-wizard, sidebar-backdrop.
0 commit comments