From 4ba22718cce29f784f97e8a74733e53e15a1e4e4 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 31 Aug 2023 15:38:12 +0200 Subject: refactor(frontend): secondary pane switch shortcut --- subprojects/frontend/src/TopBar.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'subprojects/frontend/src/TopBar.tsx') diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx index cfeab6d7..867a24a0 100644 --- a/subprojects/frontend/src/TopBar.tsx +++ b/subprojects/frontend/src/TopBar.tsx @@ -101,10 +101,15 @@ export default observer(function TopBar(): JSX.Element { py: 0.5, }} > - + Refinery {import.meta.env.DEV && Dev} - {medium && ( + + {medium && !large && ( + + )} + + {large && ( - + )}