Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2022-03-19 05:14:49 +01:00 committed by GitHub
parent 909d765568
commit 16c589dddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ module.exports = (_ => {
z-index: 10000 !important;
}
${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.notCN.guildswrapperhidden} {
transition: width 0.3s linear !important;
transition: width 0.2s cubic-bezier(.44,1.04,1,1.01) !important;
}
${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.dotCN._serverfoldersfoldercontentclosed} {
width: 0 !important;
@ -1851,4 +1851,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();