style(calendar): increase spacing between InputBar and toolbar to 8rem

🤖 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:52:34 +01:00
parent 4444e895c5
commit 15b2d5d9ac

View file

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