diff --git a/openless-all/app/src/components/FloatingShell.tsx b/openless-all/app/src/components/FloatingShell.tsx
index 364a9fef..7abce175 100644
--- a/openless-all/app/src/components/FloatingShell.tsx
+++ b/openless-all/app/src/components/FloatingShell.tsx
@@ -265,39 +265,20 @@ function FloatingShellBody({ os, initialTab, initialSettings }: { os: OS; initia
- {/* 底部一行:设置按钮(左)+ 版本 chip(右,marginLeft: auto 推到行尾)。
- 之前是两行:设置一行、版本另一行;浪费纵向空间,且把版本顶得太靠下。 */}
-
-
-
+ {/* 底部两行:上行 = 版本 chip(含 BETA 标),下行 = 设置按钮。
+ 单行布局在窄 sidebar 下会把「设置」挤成两行竖字 + 版本糊一起;
+ 翻回两行同时把顺序反过来:设置真正落到最底,版本在它上面。 */}
+
{IS_BETA_BUILD && (
@@ -316,6 +297,25 @@ function FloatingShellBody({ os, initialTab, initialSettings }: { os: OS; initia
{t('shell.footer.version', { version: APP_VERSION_LABEL })}
+
+