feat: use a button to load more journals (#1529)

* feat: use a button to load more journals

* feat: preserve the "scroll to load more" behavior

* ignore .clj-kondo all together

* enhance: load latest two journals by default

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
thezjy
2021-03-25 11:45:31 +08:00
committed by GitHub
parent 4010689a7b
commit a4d0666bcc
11 changed files with 45 additions and 26 deletions

View File

@@ -802,3 +802,7 @@ a.tooltip-priority {
.excalidraw hr {
margin: 0;
}
.text-link {
color: var(--ls-primary-text-color);
}