Update ServerDetails.plugin.js
This commit is contained in:
parent
88d4f2c0d5
commit
b6b10b1b50
|
@ -2,7 +2,7 @@
|
||||||
* @name ServerDetails
|
* @name ServerDetails
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.1.9
|
* @version 1.2.0
|
||||||
* @description Shows Server Details in the Server List Tooltip
|
* @description Shows Server Details in the Server List Tooltip
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -244,6 +244,10 @@ module.exports = (_ => {
|
||||||
color: var(--text-normal);
|
color: var(--text-normal);
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
${BDFDB.dotCNS.tooltiplistitem + BDFDB.dotCN.flowerstarchild} > svg {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue