diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index a88959bf..cca3bbcf 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -201,7 +201,7 @@ const ThreePaneLayout: React.FC = (props) => { return ( <> - {/* Mobile bookmark button */} + {/* Mobile bookmark button - only show when viewing article */} {isMobile && !props.isSidebarOpen && props.isHighlightsCollapsed && ( )} - {/* Mobile highlights button */} + {/* Mobile highlights button - only show when viewing article */} {isMobile && !props.isSidebarOpen && props.isHighlightsCollapsed && (