fix explosive issues
This commit is contained in:
parent
59a2b834a6
commit
eeedc531a3
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user