From: Valerie Pond Date: Wed, 12 Apr 2023 11:54:30 +0000 (+0100) Subject: Hide the right-click menu from the users page X-Git-Tag: 0.9~199 X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/commitdiff_plain/27958eb315a380ee6de1c0759bbd1a154e4fc316 Hide the right-click menu from the users page --- diff --git a/users/index.php b/users/index.php index bd45a14..bed62b6 100644 --- a/users/index.php +++ b/users/index.php @@ -323,6 +323,7 @@ Click on a username to view more information. width: 250px; background: #1b1a1a; border-radius: 5px; + display: none; } #rclickmenu.visible { display: block;