Increases workarea split padding to 1rem

This commit is contained in:
psychedelicious 2022-11-01 11:03:25 +11:00 committed by Lincoln Stein
parent f6f5c2731b
commit fb02666856

View File

@ -7,7 +7,7 @@
.workarea-main {
display: flex;
column-gap: 0.5rem;
column-gap: 1rem;
height: 100%;
.workarea-split-view {