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:
Callum Alpass 2025-08-03 12:40:29 +10:00
parent 42f47fb10b
commit dbb00317b1

View file

@ -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,