Update ServerFolders.plugin.js
This commit is contained in:
parent
909d765568
commit
16c589dddc
|
@ -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));
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue