Make transfer panes resizable
This commit is contained in:
parent
c7f6750d6c
commit
97a65dbbd4
3 changed files with 51 additions and 29 deletions
2
frontend-js/dist/style.css
vendored
2
frontend-js/dist/style.css
vendored
|
|
@ -492,7 +492,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.transfer-workbench {
|
||||
flex: 1 1 auto;
|
||||
display: grid;
|
||||
grid-template-columns: 310px minmax(300px, 1fr) minmax(420px, 1.15fr) minmax(300px, 1fr) 310px;
|
||||
grid-template-columns: 310px 6px minmax(300px, 1fr) 6px minmax(420px, 1.15fr) 6px minmax(300px, 1fr) 6px 310px;
|
||||
min-height: 0;
|
||||
}
|
||||
.transfer-workbench .pane:last-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue