Skip to content

Fix manage sidebar appearing below content#46

Merged
andreagrandi merged 1 commit intomasterfrom
fix-manage-sidebar-layout
Apr 4, 2026
Merged

Fix manage sidebar appearing below content#46
andreagrandi merged 1 commit intomasterfrom
fix-manage-sidebar-layout

Conversation

@andreagrandi
Copy link
Copy Markdown
Owner

Summary

  • The manage sidebar was rendering below the dashboard content instead of beside it on desktop
  • Root cause: the <main> tag from base.html had max-w-6xl which constrained the DaisyUI drawer, preventing the sidebar and content from sitting side by side
  • Added a {% block main_class %} override so manage pages use w-full flex-1 without the width constraint

Test plan

  • Visit /manage/ on desktop — sidebar should appear on the left, content on the right
  • Visit /manage/ on mobile — sidebar should be hidden behind hamburger toggle
  • Verify public pages are unaffected (still use max-w-6xl)

@andreagrandi andreagrandi merged commit a7d2b61 into master Apr 4, 2026
6 checks passed
@andreagrandi andreagrandi deleted the fix-manage-sidebar-layout branch April 4, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant