feat(view/calendar): remove redundant margin when in zen mode

This commit is contained in:
Elian Doran 2025-02-16 19:20:59 +02:00
parent 169b2269b1
commit 114a70b442
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ const TPL = `
margin-bottom: 0.5em;
}
body.desktop .calendar-container .fc-toolbar.fc-header-toolbar {
body.desktop:not(.zen) .calendar-container .fc-toolbar.fc-header-toolbar {
padding-right: 5em;
}