From 7e8ab9f2889f7333da672864ce8f04cf81909f68 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 21 Jan 2019 19:44:59 +0100 Subject: [PATCH] Update DisplayServersAsChannels.plugin.js --- .../DisplayServersAsChannels.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js index 0330fbcec8..2191146294 100644 --- a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js +++ b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js @@ -3,7 +3,7 @@ class DisplayServersAsChannels { getName () {return "DisplayServersAsChannels";} - getVersion () {return "1.1.7";} + getVersion () {return "1.1.8";} getAuthor () {return "DevilBro";} @@ -21,12 +21,12 @@ class DisplayServersAsChannels { this.css = ` .bd-minimal .DSAC-styled ${BDFDB.dotCN.guildswrapper}, - .bd-minimal .DSAC-styled ${BDFDB.dotCN.scrollerwrapold}, + .bd-minimal .DSAC-styled ${BDFDB.dotCN.guildsscrollerwrap}, .bd-minimal .DSAC-styled ${BDFDB.dotCN.guilds} { width: 160px; } .DSAC-styled ${BDFDB.dotCN.guildswrapper}, - .DSAC-styled ${BDFDB.dotCN.scrollerwrapold}, + .DSAC-styled ${BDFDB.dotCN.guildsscrollerwrap}, .DSAC-styled ${BDFDB.dotCN.guilds} { width: 240px; }