mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 07:54:11 +01:00
Slightly less padding in gutter
This commit is contained in:
parent
c64deb786e
commit
7d87277f65
@ -6,10 +6,10 @@ export const heynoteBase = EditorView.theme({
|
||||
fontFamily: "Menlo, Monaco, 'Courier New', monospace",
|
||||
},
|
||||
'.cm-gutters': {
|
||||
padding: '0 2px 0 6px',
|
||||
padding: '0 2px 0 4px',
|
||||
},
|
||||
'.cm-foldGutter': {
|
||||
marginLeft: '4px',
|
||||
marginLeft: '0px',
|
||||
},
|
||||
'.cm-foldGutter .cm-gutterElement': {
|
||||
opacity: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user