style(calendar): add more spacing between InputBar and toolbar

- Added 5rem padding-top to toolbar-bar for visual separation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-13 13:51:21 +01:00
parent 7d1666496b
commit 4444e895c5

View file

@ -135,6 +135,7 @@
display: flex;
justify-content: center;
padding: 0.5rem 1rem;
padding-top: 5rem; /* Extra space between InputBar and toolbar */
}
.toolbar-bar.sidebar-mode {