From a42c01e3b9439f98d24e3c147d8069b9f36e1b37 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 8 May 2023 09:20:09 +0200 Subject: [PATCH] Update ServerFolders.plugin.js --- Plugins/ServerFolders/ServerFolders.plugin.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugins/ServerFolders/ServerFolders.plugin.js b/Plugins/ServerFolders/ServerFolders.plugin.js index 46f3106a09..a2b9643734 100644 --- a/Plugins/ServerFolders/ServerFolders.plugin.js +++ b/Plugins/ServerFolders/ServerFolders.plugin.js @@ -2,7 +2,7 @@ * @name ServerFolders * @author DevilBro * @authorId 278543574059057154 - * @version 7.1.5 + * @version 7.1.6 * @description Changes Discord's Folders, Servers open in a new Container, also adds extra Features to more easily organize, customize and manage your Folders * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -15,7 +15,7 @@ module.exports = (_ => { const changeLog = { "fixed": { - "DisplayServersAsChannels Compatibility": "Better works with DisplayServersAsChannels Plugin now" + "CollapsibleUi Compatibility": "Better works with CollapsibleUi Plugin now" } }; @@ -531,6 +531,7 @@ module.exports = (_ => { ${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.notCN.guildswrapperhidden} { transition: width 0.2s cubic-bezier(.44,1.04,1,1.01) !important; } + ${BDFDB.dotCN.guildswrapper}[style*="width: 0px"] ~ ${BDFDB.dotCN._serverfoldersfoldercontent}, ${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.dotCN._serverfoldersfoldercontentclosed} { width: 0 !important; }