diff options
| author | Fuwn <[email protected]> | 2026-02-10 04:41:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-10 04:41:31 -0800 |
| commit | 3a47b891c0e4b0963ec391004c88a180a3826d6c (patch) | |
| tree | b6c5fbc36a6adc78a16490a8197a9b8d4cfd158f | |
| parent | fix: exclude hidden feeds from total/folder unread counts only (diff) | |
| download | asa.news-3a47b891c0e4b0963ec391004c88a180a3826d6c.tar.xz asa.news-3a47b891c0e4b0963ec391004c88a180a3826d6c.zip | |
fix: let display density apply to main content panel
| -rw-r--r-- | apps/web/app/reader/_components/reader-shell.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/reader/_components/reader-shell.tsx b/apps/web/app/reader/_components/reader-shell.tsx index 0328dd9..d063e8c 100644 --- a/apps/web/app/reader/_components/reader-shell.tsx +++ b/apps/web/app/reader/_components/reader-shell.tsx @@ -287,7 +287,7 @@ export function ReaderShell({ ) return ( - <div className="flex h-full flex-col text-base"> + <div className="flex h-full flex-col"> {toolbarPosition === "top" && toolbar} <div className="relative min-h-0 flex-1"> <ErrorBoundary> |