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