minor fixes

This commit is contained in:
MathMan05 2024-06-09 19:36:48 -05:00
parent 44c0b3b3cc
commit a33211b72b
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

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