mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:01:19 +08:00
Merge 4c0f7ba057
into 11c8cc1e19
This commit is contained in:
commit
82008cab50
@ -72,6 +72,10 @@ div.ag-show-quick-insert-hint p.ag-paragraph.ag-active > span.ag-paragraph-conte
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ag-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ag-atx-line:empty::after,
|
||||
.ag-thematic-break-line:empty::after,
|
||||
.ag-code-content:empty::after,
|
||||
@ -329,6 +333,7 @@ span.ag-math > .ag-math-render.ag-math-error {
|
||||
|
||||
.ag-hide.ag-ruby,
|
||||
.ag-hide.ag-math {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
@ -796,6 +801,7 @@ span.ag-emoji-marked-text {
|
||||
|
||||
.ag-hide.ag-emoji-marked-text[data-emoji],
|
||||
.ag-hide.ag-html-escape[data-character] {
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
white-space: nowrap;
|
||||
color: transparent;
|
||||
@ -886,14 +892,17 @@ span.ag-warn.ag-emoji-marked-text {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ag-hide, .ag-hide .ag-highlight, .ag-hide .ag-selection {
|
||||
display: inline-block;
|
||||
.ag-hide, .ag-highlight, .ag-selection {
|
||||
width: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ag-highlight, .ag-selection {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ag-inline-image,
|
||||
.ag-image-container {
|
||||
font-size: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user