summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-10 04:41:31 -0800
committerFuwn <[email protected]>2026-02-10 04:41:31 -0800
commit3a47b891c0e4b0963ec391004c88a180a3826d6c (patch)
treeb6c5fbc36a6adc78a16490a8197a9b8d4cfd158f /apps
parentfix: exclude hidden feeds from total/folder unread counts only (diff)
downloadasa.news-3a47b891c0e4b0963ec391004c88a180a3826d6c.tar.xz
asa.news-3a47b891c0e4b0963ec391004c88a180a3826d6c.zip
fix: let display density apply to main content panel
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/reader/_components/reader-shell.tsx2
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>