Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c11c271

Browse files
committed
style(search): remove calendar view toolbar padding
1 parent ce3506d commit c11c271

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/widgets/view_widgets/calendar_view.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const TPL = /*html*/`
5959
padding-right: 5em;
6060
}
6161
62+
.search-result-widget-content .calendar-view .fc-toolbar.fc-header-toolbar {
63+
padding-right: unset !important;
64+
}
65+
6266
.calendar-container .fc-toolbar-title {
6367
font-size: 1.3rem;
6468
font-weight: normal;

0 commit comments

Comments
 (0)