mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 16:03:28 +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",
|
fontFamily: "Menlo, Monaco, 'Courier New', monospace",
|
||||||
},
|
},
|
||||||
'.cm-gutters': {
|
'.cm-gutters': {
|
||||||
padding: '0 2px 0 6px',
|
padding: '0 2px 0 4px',
|
||||||
},
|
},
|
||||||
'.cm-foldGutter': {
|
'.cm-foldGutter': {
|
||||||
marginLeft: '4px',
|
marginLeft: '0px',
|
||||||
},
|
},
|
||||||
'.cm-foldGutter .cm-gutterElement': {
|
'.cm-foldGutter .cm-gutterElement': {
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user