From c11c271aa6e02a3d09e31001c91cf37e18474506 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 29 May 2025 17:46:22 +0300 Subject: [PATCH] style(search): remove calendar view toolbar padding --- apps/client/src/widgets/view_widgets/calendar_view.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/view_widgets/calendar_view.ts b/apps/client/src/widgets/view_widgets/calendar_view.ts index 6a7cf4a87..51758fca3 100644 --- a/apps/client/src/widgets/view_widgets/calendar_view.ts +++ b/apps/client/src/widgets/view_widgets/calendar_view.ts @@ -59,6 +59,10 @@ const TPL = /*html*/` padding-right: 5em; } + .search-result-widget-content .calendar-view .fc-toolbar.fc-header-toolbar { + padding-right: unset !important; + } + .calendar-container .fc-toolbar-title { font-size: 1.3rem; font-weight: normal;