fix: narrow container column to reduce paperdoll overlap
This commit is contained in:
parent
cff99f9b87
commit
932a6d8ea7
1 changed files with 3 additions and 3 deletions
|
|
@ -718,7 +718,7 @@ body.noselect, body.noselect * {
|
|||
color: var(--ac-text);
|
||||
overflow: hidden;
|
||||
padding: 8px;
|
||||
gap: 14px;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.inv-left-column {
|
||||
|
|
@ -810,7 +810,7 @@ body.noselect, body.noselect * {
|
|||
}
|
||||
|
||||
.inv-sidebar {
|
||||
width: 54px;
|
||||
width: 38px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
@ -2296,7 +2296,7 @@ table.ts-allegiance td:first-child {
|
|||
}
|
||||
|
||||
.inv-sidebar {
|
||||
width: 52px !important;
|
||||
width: 38px !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue