Reduce inventory column gap from 20px to 13px
This commit is contained in:
parent
0f1fcc1231
commit
5c20d40f1f
1 changed files with 2 additions and 2 deletions
|
|
@ -1965,7 +1965,7 @@ body.noselect, body.noselect * {
|
||||||
/* -- Tab containers (two side-by-side) -- */
|
/* -- Tab containers (two side-by-side) -- */
|
||||||
.ts-tabrow {
|
.ts-tabrow {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 13px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.ts-tabcontainer {
|
.ts-tabcontainer {
|
||||||
|
|
@ -2297,7 +2297,7 @@ table.ts-allegiance td:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.inventory-content {
|
.inventory-content {
|
||||||
gap: 20px !important;
|
gap: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inv-left-column {
|
.inv-left-column {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue