mirror of
https://github.com/blossom-editor/blossom.git
synced 2026-03-12 17:41:26 +08:00
fix: 固定编辑器 gutter 的字体大小
This commit is contained in:
@@ -63,6 +63,9 @@ export const cwTheme: any = {
|
||||
minWidth: '50px',
|
||||
maxWidth: '50px'
|
||||
},
|
||||
'.cm-gutterElement': {
|
||||
fontSize: '13px !important'
|
||||
},
|
||||
'.cm-activeLineGutter': {
|
||||
backgroundColor: 'var(--bl-editor-gutters-bg-color)',
|
||||
color: 'var(--el-color-primary)'
|
||||
|
||||
Reference in New Issue
Block a user