Update ServerFolders.plugin.js
This commit is contained in:
parent
31359e03fc
commit
a42c01e3b9
|
@ -2,7 +2,7 @@
|
||||||
* @name ServerFolders
|
* @name ServerFolders
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @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
|
* @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
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
module.exports = (_ => {
|
module.exports = (_ => {
|
||||||
const changeLog = {
|
const changeLog = {
|
||||||
"fixed": {
|
"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} {
|
${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.notCN.guildswrapperhidden} {
|
||||||
transition: width 0.2s cubic-bezier(.44,1.04,1,1.01) !important;
|
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} {
|
${BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.dotCN._serverfoldersfoldercontentclosed} {
|
||||||
width: 0 !important;
|
width: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue