fix list id width

This commit is contained in:
2023-05-31 13:26:58 +02:00
parent 097afd085f
commit 5d330970c1
+2 -2
View File
@@ -169,7 +169,7 @@ export default defineComponent({
.playerHeaders { .playerHeaders {
box-sizing: border-box; box-sizing: border-box;
display: grid; display: grid;
grid-template-columns: 5ch 20ch 6ch 6ch 6ch 10ch 1fr; grid-template-columns: 6ch 20ch 6ch 6ch 6ch 10ch 1fr;
background: var(--bg-color); background: var(--bg-color);
text-align: left; text-align: left;
cursor: pointer; cursor: pointer;
@@ -237,7 +237,7 @@ export default defineComponent({
.playerRow, .playerRow,
.playerHeaders { .playerHeaders {
grid-template-columns: 5ch 20ch 6ch 6ch 1fr; grid-template-columns: 6ch 20ch 6ch 6ch 1fr;
} }
} }