Note List to Fill Rest of Calendar View

This commit is contained in:
Ozan Tellioglu 2023-06-15 23:17:42 +02:00
parent 997119fd13
commit c979cc04b2

View file

@ -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;