add an even more compact entry layout

This commit is contained in:
Athou
2023-04-26 22:39:09 +02:00
parent c15db54d5a
commit 807b1f62a1
6 changed files with 18833 additions and 18813 deletions

View File

@@ -306,4 +306,4 @@ export type ReadingMode = "all" | "unread"
export type ReadingOrder = "asc" | "desc"
export type ViewMode = "title" | "cozy" | "expanded"
export type ViewMode = "title" | "cozy" | "detailed" | "expanded"