Update ServerDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2024-06-21 21:06:46 +02:00
parent 88d4f2c0d5
commit b6b10b1b50
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
`;
}