diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index 64890d17..6cc9293c 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -224,42 +224,42 @@ const ThreePaneLayout: React.FC = (props) => { {/* Mobile bookmark button - only show when viewing article */} {isMobile && !props.isSidebarOpen && props.isHighlightsCollapsed && ( )} {/* Mobile highlights button - only show when viewing article */} {isMobile && !props.isSidebarOpen && props.isHighlightsCollapsed && ( )}