fix list id width
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user