mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(search): display calendar view if the right viewType attribute is set
This commit is contained in:
parent
01f6368f95
commit
ce3506d5d0
@ -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);
|
||||
|
@ -58,6 +58,7 @@
|
||||
* Docker: Rootless [Dockerfiles are now available](https://github.com/TriliumNext/Notes/pull/1923/files) by @perfectra1n
|
||||
* [Text notes: add a way to move up and down text lines via a keyboard shortcut](https://github.com/TriliumNext/Notes/issues/1002) by @dogfuntom
|
||||
* [improve tab scroll UX by switching from instant to smooth behavior](https://github.com/TriliumNext/Notes/pull/2030) by @SiriusXT
|
||||
* Calendar view: display calendar view if `#viewType=calendar` is set.
|
||||
|
||||
## 📖 Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user