RC-78 | Weapons | Fix Table Row Alignments
This commit is contained in:
parent
3ba588a3c1
commit
08aab4c6ab
2 changed files with 11 additions and 3 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
grid-row: 7 / span 5;
|
grid-row: 7 / span 5;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: subgrid;
|
grid-template-columns: subgrid;
|
||||||
grid-auto-rows: min-content;
|
grid-template-rows: subgrid;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
thead,
|
thead,
|
||||||
|
|
@ -121,7 +121,10 @@
|
||||||
|
|
||||||
label, .label {
|
label, .label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 4px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
@ -31,4 +30,10 @@
|
||||||
right: 4px;
|
right: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
> li {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue