fix: remove sidebar margins and constrain reading progress bar to content pane

This commit is contained in:
Gigi
2025-10-13 22:44:59 +02:00
parent bdbc08fdf1
commit 607f3d46f0
4 changed files with 34 additions and 3 deletions

View File

@@ -345,6 +345,8 @@ const ThreePaneLayout: React.FC<ThreePaneLayoutProps> = (props) => {
relayPool={props.relayPool}
activeAccount={props.activeAccount}
currentArticle={props.currentArticle}
isSidebarCollapsed={props.isCollapsed}
isHighlightsCollapsed={props.isHighlightsCollapsed}
/>
)}
</div>