We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9908c89 commit ba4baf8Copy full SHA for ba4baf8
src/components/ReaderView/index.tsx
@@ -661,7 +661,7 @@ function ReaderViewContent({
661
{/* Second row - Main Content */}
662
<div
663
data-scheme="secondary"
664
- className={`flex w-full gap-2 min-h-0 flex-grow ${websiteMode ? '' : 'bg-primary'}`}
+ className={`flex w-full gap-2 min-h-0 flex-grow ${websiteMode ? 'bg-primary' : 'bg-primary'}`}
665
>
666
{renderLeftSidebar && <LeftSidebar>{leftSidebar || <Menu parent={parent} />}</LeftSidebar>}
667
<ScrollArea
0 commit comments