Fix inventory 3-column layout: 20px gaps, fixed 316px left column width
This commit is contained in:
parent
e02edfde8a
commit
0b2fe8fb1e
1 changed files with 12 additions and 2 deletions
|
|
@ -718,13 +718,14 @@ body.noselect, body.noselect * {
|
|||
color: var(--ac-text);
|
||||
overflow: hidden;
|
||||
padding: 8px;
|
||||
gap: 4px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.inv-left-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
width: 316px;
|
||||
flex: none;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -2295,6 +2296,15 @@ table.ts-allegiance td:first-child {
|
|||
letter-spacing: 0 !important;
|
||||
}
|
||||
|
||||
.inventory-content {
|
||||
gap: 20px !important;
|
||||
}
|
||||
|
||||
.inv-left-column {
|
||||
width: 316px !important;
|
||||
flex: none !important;
|
||||
}
|
||||
|
||||
.inv-sidebar {
|
||||
width: 38px !important;
|
||||
align-items: center !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue