From 338e3d9d385480cfcb41668d1ca789c47a976fd0 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Fri, 13 Feb 2026 09:21:24 +0000 Subject: [PATCH] fix(ui): hide keyboard hints on phone layout --- .../instance/shell/SessionSidebar.tsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/packages/ui/src/components/instance/shell/SessionSidebar.tsx b/packages/ui/src/components/instance/shell/SessionSidebar.tsx index 6f3fd70a..9e745fc3 100644 --- a/packages/ui/src/components/instance/shell/SessionSidebar.tsx +++ b/packages/ui/src/components/instance/shell/SessionSidebar.tsx @@ -119,11 +119,13 @@ const SessionSidebar: Component = (props) => ( -
- - - -
+ +
+ + + +
+
@@ -166,11 +168,13 @@ const SessionSidebar: Component = (props) => ( - + + +
)}