increase resizer width

This commit is contained in:
= 2022-03-30 23:09:01 +03:00
parent 8e151b65e8
commit 736f5e8276

View File

@ -105,7 +105,7 @@ const StyledEditor = styled(SplitPane)`
}
.Resizer.vertical {
width: 11px;
width: 16px;
margin: 0 -5px;
border-left: 5px solid rgba(255, 255, 255, 0);
border-right: 5px solid rgba(255, 255, 255, 0);