mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
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:
parent
7d1666496b
commit
4444e895c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue