From b6b10b1b5064e6460a7a41c830d82a688296effb Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 21 Jun 2024 21:06:46 +0200 Subject: [PATCH] Update ServerDetails.plugin.js --- Plugins/ServerDetails/ServerDetails.plugin.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Plugins/ServerDetails/ServerDetails.plugin.js b/Plugins/ServerDetails/ServerDetails.plugin.js index c29bd58727..a731cd3a02 100644 --- a/Plugins/ServerDetails/ServerDetails.plugin.js +++ b/Plugins/ServerDetails/ServerDetails.plugin.js @@ -2,7 +2,7 @@ * @name ServerDetails * @author DevilBro * @authorId 278543574059057154 - * @version 1.1.9 + * @version 1.2.0 * @description Shows Server Details in the Server List Tooltip * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -244,6 +244,10 @@ module.exports = (_ => { color: var(--text-normal); font-size: 40px; } + ${BDFDB.dotCNS.tooltiplistitem + BDFDB.dotCN.flowerstarchild} > svg { + width: 10px; + height: 10px; + } `; }