fix explosive issues

This commit is contained in:
V 2023-09-05 05:35:10 +02:00
parent 59a2b834a6
commit eeedc531a3
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
2 changed files with 2 additions and 5 deletions

@ -25,7 +25,7 @@ const Patch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild;
export default definePlugin({ export default definePlugin({
name: "ServerProfile", name: "ServerProfile",
description: "Allows you to view info about a server by right clicking it in the server list", description: "Allows you to view info about a server by right clicking it in the server list",
authors: [Devs.Ven], authors: [Devs.Ven, Devs.Nuckyz],
tags: ["guild", "info"], tags: ["guild", "info"],
start() { start() {

@ -1,6 +1,3 @@
.vc-gp-content {
}
.vc-gp-root { .vc-gp-root {
height: 100%; height: 100%;
user-select: text; user-select: text;
@ -87,6 +84,6 @@
max-height: 500px; max-height: 500px;
} }
.vc-gp-scroller [class^=listRow]:hover { .vc-gp-scroller [class^="listRow"]:hover {
background-color: var(--background-modifier-hover); background-color: var(--background-modifier-hover);
} }