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;