Merge branch 'master' into server

This commit is contained in:
2023-05-05 20:38:12 +02:00
17 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -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){