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); }