Skip to content

Remove Titlebar top blank - #4153

Open
andotorg wants to merge 1 commit into
apache:mainfrom
andotorg:main
Open

Remove Titlebar top blank#4153
andotorg wants to merge 1 commit into
apache:mainfrom
andotorg:main

Conversation

@andotorg

Copy link
Copy Markdown

remove Titlebar top blank

Summary

Module pages (Extensions, Scheduled tasks, etc.) showed a large empty band under the frameless titlebar. .mainColumn already reserves --maka-plate-titlebar-clearance, and .maka-module-main[data-page-shell="layout"] also applied padding-top: var(--space-16) (64px), so the inset was applied twice.

Remove the extra module-page top padding (padding: 0). Titlebar clearance stays solely on .mainColumn, and page content aligns to the top of the content plate again.

Verification

  • Visual check: open Extensions / Scheduled tasks — the tall blank above the page header is gone; content still clears the titlebar chrome.
  • Did not run full lint / typecheck / test suites (CSS-only change).

AI use

Select exactly one:

  • No generative tool made a substantive contribution
  • Generative tooling made a substantive contribution

Tool(s) and scope:

Cursor Agent — diagnosed the double titlebar inset and updated module-shell.css.

Checklist

  • Tests cover the change and fail without it
  • Lint, format, typecheck and the affected suites pass locally

Does this PR entail a change in behavior?

  • Yes — described under Summary above
  • No

remove Titlebar top blank
@github-actionsgithub-actionsBot added the effort/XS Under 10 readable lines label Aug 29, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort/XSUnder 10 readable lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@andotorg