Merge branch 'master' into server
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -1 +1 @@
|
|||||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta content="Tone API" property="og:title"/><meta content="Northstar kill statistics" property="og:description"/><meta content="https://toneapi.github.io/ToneAPI_webclient/" property="og:url"/><meta content="https://toneapi.github.io/ToneAPI_webclient/og_image.png" property="og:image"/><meta name="twitter:card" content="summary_large_image"><link rel="icon" href="/ToneAPI_webclient/favicon.ico"><title>toneapi_webclient</title><script defer="defer" src="/ToneAPI_webclient/js/chunk-vendors.3d141dfa.js"></script><script defer="defer" src="/ToneAPI_webclient/js/app.258534e5.js"></script><link href="/ToneAPI_webclient/css/app.9d7e0fbe.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but toneapi_webclient doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta content="Tone API" property="og:title"/><meta content="Northstar kill statistics" property="og:description"/><meta content="https://toneapi.github.io/ToneAPI_webclient/" property="og:url"/><meta content="https://toneapi.github.io/ToneAPI_webclient/og_image.png" property="og:image"/><meta name="twitter:card" content="summary_large_image"><link rel="icon" href="/ToneAPI_webclient/favicon.ico"><title>toneapi_webclient</title><script defer="defer" src="/ToneAPI_webclient/js/chunk-vendors.3d141dfa.js"></script><script defer="defer" src="/ToneAPI_webclient/js/app.04e88cb3.js"></script><link href="/ToneAPI_webclient/css/app.2d4ee00d.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but toneapi_webclient doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||||
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 1.9 MiB |
|
After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 1.9 MiB |
|
After Width: | Height: | Size: 47 KiB |
@@ -2,10 +2,11 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<!-- <div class="navbar-element">hamburger</div> -->
|
<!-- <div class="navbar-element">hamburger</div> -->
|
||||||
<div class="navbar-element"><!--<span>logo </span>--->TONE API</div>
|
|
||||||
<div class="navbar-element github-link"><a href="https://github.com/Legonzaur/Tone_WebClient">Github</a></div>
|
<div class="navbar-logo"><a href="https://github.com/Legonzaur/Tone_WebClient" target="_blank"><img src="/tone_icon.png"/></a></div>
|
||||||
|
<div class="navbar-element github-link"><a href="https://github.com/Legonzaur/Tone_WebClient" target="_blank">Github</a></div>
|
||||||
<div class="navbar-element github-link"><a
|
<div class="navbar-element github-link"><a
|
||||||
href="https://github.com/Legonzaur/ToneAPI_servermod">Northstar Server Mod</a></div>
|
href="https://github.com/Legonzaur/ToneAPI_servermod" target="_blank">Northstar Server Mod</a></div>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<!-- <router-link to="/" class="navbar-element">Home</router-link>
|
<!-- <router-link to="/" class="navbar-element">Home</router-link>
|
||||||
<router-link to="/about" class="navbar-element">About</router-link> -->
|
<router-link to="/about" class="navbar-element">About</router-link> -->
|
||||||
@@ -103,13 +104,17 @@ nav a.router-link-exact-active {
|
|||||||
color: var(--orange);
|
color: var(--orange);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-logo img{
|
||||||
|
height:48px;
|
||||||
|
padding:8px 24px;
|
||||||
|
}
|
||||||
.navbar-element {
|
.navbar-element {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-element:hover {
|
.navbar-element:hover, .navbar-logo:hover {
|
||||||
background: var(--current-line)
|
background: var(--current-line)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -88,11 +88,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.playerRow:nth-child(2n) {
|
.playerRow:nth-child(2n) {
|
||||||
background: var(--current-line);
|
background: var(--bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerRow:hover {
|
.playerRow:hover {
|
||||||
background: var(--bg-color);
|
background: var(--current-line);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerRow>div:not(:last-child){
|
.playerRow>div:not(:last-child){
|
||||||
|
|||||||