mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Change styleName of caution
This commit is contained in:
@@ -123,6 +123,7 @@
|
|||||||
line-height 1.2
|
line-height 1.2
|
||||||
|
|
||||||
.note-for-keymap
|
.note-for-keymap
|
||||||
|
.note-for-markdownlint-rules
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
|
|
||||||
.code-mirror
|
.code-mirror
|
||||||
@@ -266,4 +267,4 @@ body[data-theme="dracula"]
|
|||||||
colorDraculaControl()
|
colorDraculaControl()
|
||||||
.group-section-control
|
.group-section-control
|
||||||
select, .group-section-control-input
|
select, .group-section-control-input
|
||||||
colorDraculaControl()
|
colorDraculaControl()
|
||||||
|
|||||||
@@ -654,7 +654,7 @@ class UiTab extends React.Component {
|
|||||||
lint: true,
|
lint: true,
|
||||||
gutters: ['CodeMirror-lint-markers']
|
gutters: ['CodeMirror-lint-markers']
|
||||||
}} />
|
}} />
|
||||||
<p styleName='note-for-keymap'>{i18n.__(`⚠️ Please reload boostnote after you change the Custom MarkdownLint rules`)}</p>
|
<p styleName='note-for-markdownlint-rules'>{i18n.__(`⚠️ Please reload boostnote after you change the Custom MarkdownLint rules`)}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user