Reduce inventory column gap from 20px to 13px

This commit is contained in:
Erik 2026-03-13 20:54:31 +01:00
parent 0f1fcc1231
commit 5c20d40f1f

View file

@ -1965,7 +1965,7 @@ body.noselect, body.noselect * {
/* -- Tab containers (two side-by-side) -- */
.ts-tabrow {
display: flex;
gap: 20px;
gap: 13px;
flex-wrap: wrap;
}
.ts-tabcontainer {
@ -2297,7 +2297,7 @@ table.ts-allegiance td:first-child {
}
.inventory-content {
gap: 20px !important;
gap: 13px !important;
}
.inv-left-column {