恢复竖屏折叠态导航图标显示

This commit is contained in:
JSR
2026-03-18 22:10:07 +08:00
parent 38da2c48e6
commit 139185b1c0
-2
View File
@@ -194,7 +194,6 @@ export function Sidebar({
const renderSidebarBody = (isCollapsedView: boolean, hideMenu = false) => (
<>
{!(isCollapsedView && floatingExpand && collapsed) && (
<div
data-tauri-drag-region
style={
@@ -240,7 +239,6 @@ export function Sidebar({
</>
)}
</div>
)}
{!hideMenu && (
<div style={{ flex: 1, overflowY: "auto", display: "flex", flexDirection: "column" }}>