fix(manacore): improve dashboard layout polish

- Remove unnecessary wrapper div in WidgetContainer
- Increase grid gap from gap-4 to gap-5 for breathing room
- Add auto-rows-fr for equal row heights
- Add min-h on widget content so empty widgets aren't tiny
- Change default layout to 3 equal columns (small)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-24 12:21:51 +01:00
parent 02215dfb12
commit 61c23d5e79
45 changed files with 185 additions and 100 deletions

View file

@ -0,0 +1 @@
export const prerender = true;