Merge branch 'master' into server
This commit is contained in:
+9
-4
@@ -2,10 +2,11 @@
|
||||
<header>
|
||||
<nav>
|
||||
<!-- <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
|
||||
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>
|
||||
<!-- <router-link to="/" class="navbar-element">Home</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);
|
||||
}
|
||||
|
||||
.navbar-logo img{
|
||||
height:48px;
|
||||
padding:8px 24px;
|
||||
}
|
||||
.navbar-element {
|
||||
text-align: center;
|
||||
line-height: 16px;
|
||||
padding: 24px 32px;
|
||||
}
|
||||
|
||||
.navbar-element:hover {
|
||||
.navbar-element:hover, .navbar-logo:hover {
|
||||
background: var(--current-line)
|
||||
}
|
||||
|
||||
|
||||
@@ -88,11 +88,11 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.playerRow:nth-child(2n) {
|
||||
background: var(--current-line);
|
||||
background: var(--bg-color);
|
||||
}
|
||||
|
||||
.playerRow:hover {
|
||||
background: var(--bg-color);
|
||||
background: var(--current-line);
|
||||
}
|
||||
|
||||
.playerRow>div:not(:last-child){
|
||||
|
||||
Reference in New Issue
Block a user