diff --git a/src/ui/Mobile/Apps/Navigation/BottomNavbar.tsx b/src/ui/Mobile/Apps/Navigation/BottomNavbar.tsx index 82c9b7aa..414dd2a2 100644 --- a/src/ui/Mobile/Apps/Navigation/BottomNavbar.tsx +++ b/src/ui/Mobile/Apps/Navigation/BottomNavbar.tsx @@ -11,34 +11,36 @@ export function BottomNavbar({onSidebarOpenClick}: MenuProps) { const {tabs, currentTab, setCurrentTab, removeTab} = useTabs(); return ( -
- -
-
- {tabs.map(tab => ( -
- - -
- ))} +
+
+ +
+
+ {tabs.map(tab => ( +
+ + +
+ ))} +
diff --git a/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx b/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx index 40f19ddf..788fe916 100644 --- a/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx +++ b/src/ui/Mobile/Apps/Terminal/TerminalKeyboard.tsx @@ -128,7 +128,7 @@ export function TerminalKeyboard({onSendInput}: TerminalKeyboardProps) { } return ( -
+
{ )}
{currentTab && } + setIsSidebarOpen(true)} />