feat: hide close/collapse sidebar buttons on mobile

This commit is contained in:
Gigi
2025-10-22 11:45:51 +02:00
parent a501fa816f
commit f6a325f7e9
4 changed files with 19 additions and 20 deletions

View File

@@ -413,6 +413,7 @@ const ThreePaneLayout: React.FC<ThreePaneLayoutProps> = (props) => {
relayPool={props.relayPool}
eventStore={props.eventStore}
settings={props.settings}
isMobile={isMobile}
/>
</div>
</div>