add journal-search page

This commit is contained in:
Timi
2025-12-08 18:48:22 +08:00
parent 00bcbf9e63
commit 6755c483c7
6 changed files with 42 additions and 2 deletions

View File

@ -0,0 +1,8 @@
page {
background: var(--td-bg-color-page);
}
.content {
width: 100vw;
height: calc(100vh - var(--navbar-height, 88rpx));
}