From a33211b72b38814ad74acea9650cc093a4968eda Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 9 Jun 2024 19:36:48 -0500 Subject: [PATCH] minor fixes --- webpage/index.js | 2 +- webpage/style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webpage/index.js b/webpage/index.js index a1ed915..e802061 100644 --- a/webpage/index.js +++ b/webpage/index.js @@ -273,7 +273,7 @@ function initwebsocket(){ "token":token, "capabilities": 16381, "properties": { - "browser": "Harmony", + "browser": "Jank Client", "client_build_number": 0, "release_channel": "Custom", "browser_user_agent": navigator.userAgent diff --git a/webpage/style.css b/webpage/style.css index b57af28..7087c16 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -75,7 +75,9 @@ samp { border-width: 0px 0px .03in; margin: .02in .05in; } - +.contextbutton:active{ + border-width: 0px; +} .infosection { display: inline-block; background-color: var(--profile-info-bg);