From c979cc04b216fafcd394a128d79d4b0fb87cd089 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Thu, 15 Jun 2023 23:17:42 +0200 Subject: [PATCH] Note List to Fill Rest of Calendar View --- styles.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/styles.css b/styles.css index 48e3f41..b6804d1 100644 --- a/styles.css +++ b/styles.css @@ -64,6 +64,12 @@ settings: fill: var(--icon-color) !important; } +.oz-calendar-plugin-view { + min-height: 100%; + display: flex; + flex-direction: column; +} + .oz-calendar-plugin-view .react-calendar__tile.react-calendar__month-view__days__day:hover { background: var(--background-secondary-alt); } @@ -152,10 +158,10 @@ settings: } .oz-calendar-notelist-container { - display: flex; - flex-direction: row; justify-content: space-between; - vertical-align: middle; + display: block; + padding: 5px; + flex: 1; } .oz-calendar-nav-action-plus { @@ -201,11 +207,6 @@ settings: opacity: 0.6; } -.oz-calendar-notelist-container { - display: block; - padding: 5px; -} - .oz-calendar-note-line { padding-top: 3px; padding-bottom: 3px;