mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
pref: 优化搜索框关闭按钮位置
This commit is contained in:
parent
55738311ba
commit
17c05ee47e
@ -29,6 +29,11 @@ export const cwTheme: any = {
|
||||
backgroundColor: 'var(--bl-editor-gutters-bg-color)',
|
||||
color: 'var(--el-color-primary)'
|
||||
},
|
||||
'.cm-panel.cm-search [name=close]': {
|
||||
fontSize: '20px !important',
|
||||
marginRight: '10px',
|
||||
color: 'var(--el-color-primary)'
|
||||
},
|
||||
'.cm-panels-top': {
|
||||
'z-index': '999',
|
||||
borderColor: 'var(--el-border-color)'
|
||||
|
Loading…
Reference in New Issue
Block a user