minor fixes
This commit is contained in:
parent
44c0b3b3cc
commit
a33211b72b
2 changed files with 4 additions and 2 deletions
|
@ -273,7 +273,7 @@ function initwebsocket(){
|
||||||
"token":token,
|
"token":token,
|
||||||
"capabilities": 16381,
|
"capabilities": 16381,
|
||||||
"properties": {
|
"properties": {
|
||||||
"browser": "Harmony",
|
"browser": "Jank Client",
|
||||||
"client_build_number": 0,
|
"client_build_number": 0,
|
||||||
"release_channel": "Custom",
|
"release_channel": "Custom",
|
||||||
"browser_user_agent": navigator.userAgent
|
"browser_user_agent": navigator.userAgent
|
||||||
|
|
|
@ -75,7 +75,9 @@ samp {
|
||||||
border-width: 0px 0px .03in;
|
border-width: 0px 0px .03in;
|
||||||
margin: .02in .05in;
|
margin: .02in .05in;
|
||||||
}
|
}
|
||||||
|
.contextbutton:active{
|
||||||
|
border-width: 0px;
|
||||||
|
}
|
||||||
.infosection {
|
.infosection {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: var(--profile-info-bg);
|
background-color: var(--profile-info-bg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue