mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
Fix css
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com>
This commit is contained in:
parent
bf8fc071ea
commit
1ed7276c01
@ -201,10 +201,6 @@
|
|||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-statusbar .lines:before {
|
|
||||||
content: 'lines: '
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor-statusbar .lines:before {
|
.editor-statusbar .lines:before {
|
||||||
content: attr(data-status-bar-before) ': ';
|
content: attr(data-status-bar-before) ': ';
|
||||||
}
|
}
|
||||||
@ -213,6 +209,10 @@
|
|||||||
content: attr(data-status-bar-before) ': ';
|
content: attr(data-status-bar-before) ': ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor-statusbar .characters:before {
|
||||||
|
content: 'characters: '
|
||||||
|
}
|
||||||
|
|
||||||
.editor-preview-full {
|
.editor-preview-full {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user