feat: enhance mobile layout with FAB visibility and responsive adjustments

This commit is contained in:
shuaiplus
2026-04-26 19:59:50 +08:00
parent 0cffbcd1f8
commit 2f7e66ee69
4 changed files with 34 additions and 24 deletions
+2
View File
@@ -908,6 +908,8 @@ function folderName(id: string | null | undefined): string {
selectedCipherId={selectedCipherId}
selectedMap={selectedMap}
sidebarFilter={sidebarFilter}
isMobileLayout={isMobileLayout}
mobileFabVisible={!isMobileLayout || mobilePanel === 'list'}
createMenuOpen={createMenuOpen}
createMenuRef={createMenuRef}
sortMenuRef={sortMenuRef}