mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
fix: Adjust calendar header toolbar spacing
- Remove redundant margin-bottom from fc-header-toolbar - Add explicit margin-bottom: 0 to fc-toolbar.fc-header-toolbar for consistency - Maintains proper spacing while avoiding duplicate margin declarations
This commit is contained in:
parent
42f47fb10b
commit
dbb00317b1
1 changed files with 4 additions and 1 deletions
|
|
@ -571,7 +571,6 @@
|
|||
|
||||
/* Header toolbar styling */
|
||||
.advanced-calendar-view .fc-header-toolbar {
|
||||
margin-bottom: 0.5rem;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
background: transparent;
|
||||
|
|
@ -592,6 +591,10 @@
|
|||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.advanced-calendar-view .fc-toolbar.fc-header-toolbar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Remove all borders from FullCalendar buttons */
|
||||
.advanced-calendar-view .fc-button,
|
||||
.advanced-calendar-view .fc-button-primary,
|
||||
|
|
|
|||
Loading…
Reference in a new issue