Improves layout, code panel, tweaks draw

This commit is contained in:
Steve Ruiz 2021-06-03 17:13:23 +01:00
parent 062f446339
commit 475d04e3d0
23 changed files with 308 additions and 182 deletions

View file

@ -208,6 +208,11 @@ const EditorContainer = styled('div', {
pointerEvents: 'all',
userSelect: 'all',
'& > *': {
userSelect: 'all',
pointerEvents: 'all',
},
'.editorLineError': {
backgroundColor: '$lineError',
},