From eeedc531a301cfd13f8f620f3868eb178f168dc9 Mon Sep 17 00:00:00 2001 From: V Date: Tue, 5 Sep 2023 05:35:10 +0200 Subject: [PATCH] fix explosive issues --- src/plugins/serverProfile/index.tsx | 2 +- src/plugins/serverProfile/styles.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/plugins/serverProfile/index.tsx b/src/plugins/serverProfile/index.tsx index 1845b700..eed7e35a 100644 --- a/src/plugins/serverProfile/index.tsx +++ b/src/plugins/serverProfile/index.tsx @@ -25,7 +25,7 @@ const Patch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild; export default definePlugin({ name: "ServerProfile", 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"], start() { diff --git a/src/plugins/serverProfile/styles.css b/src/plugins/serverProfile/styles.css index 39a91f9c..12cd8a07 100644 --- a/src/plugins/serverProfile/styles.css +++ b/src/plugins/serverProfile/styles.css @@ -1,6 +1,3 @@ -.vc-gp-content { -} - .vc-gp-root { height: 100%; user-select: text; @@ -87,6 +84,6 @@ max-height: 500px; } -.vc-gp-scroller [class^=listRow]:hover { +.vc-gp-scroller [class^="listRow"]:hover { background-color: var(--background-modifier-hover); }