From b226f46014026ed4c0d08e9c48a912e61eb017c4 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 11 Aug 2022 11:23:11 +0200 Subject: [PATCH] Fix calendar's header margins --- calendar/templates/default/app.css | 1 + calendar/templates/pixelegg/app.css | 1 + 2 files changed, 2 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 29e5c78c5e..28b6355548 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -215,6 +215,7 @@ div.calendar_conflicts { /* Toolbar */ #calendar-toolbar { height: 30px; + margin-top: 0.3em; } #calendar-toolbar > div { display: flex; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 702f8c64a4..36feff729b 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -215,6 +215,7 @@ div.calendar_conflicts { /* Toolbar */ #calendar-toolbar { height: 30px; + margin-top: 0.3em; } #calendar-toolbar > div { display: flex;