From 298d0201d2c8bd1a6d6f0dd022c33f9fd76fb07f Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 8 Jan 2024 19:24:35 -0800 Subject: [PATCH] (disabled) Folder reveal animation --- .../chat/components/applayout/ChatDrawerItems.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/chat/components/applayout/ChatDrawerItems.tsx b/src/apps/chat/components/applayout/ChatDrawerItems.tsx index 575500c54..5c4990f52 100644 --- a/src/apps/chat/components/applayout/ChatDrawerItems.tsx +++ b/src/apps/chat/components/applayout/ChatDrawerItems.tsx @@ -185,6 +185,16 @@ function ChatDrawerItems(props: { /> {/* Folders List */} + {/* div': {*/} + {/* padding: useFolders ? 2 : 0,*/} + {/* transition: 'padding 0.42s cubic-bezier(.17,.84,.44,1)',*/} + {/* overflow: 'hidden',*/} + {/* },*/} + {/*}}>*/} {useFolders && ( )} + {/**/} {/* Chats List */}