mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
Note List to Fill Rest of Calendar View
This commit is contained in:
parent
997119fd13
commit
c979cc04b2
1 changed files with 9 additions and 8 deletions
17
styles.css
17
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue