mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
feat(search): display calendar view if the right viewType attribute is set
This commit is contained in:
@@ -31,6 +31,14 @@ const TPL = /*html*/`
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.search-result-widget-content .calendar-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.calendar-container {
|
||||
height: 100%;
|
||||
--fc-page-bg-color: var(--main-background-color);
|
||||
|
||||
Reference in New Issue
Block a user