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;
|
||||
}
|
||||
|
||||
.editor-statusbar .lines:before {
|
||||
content: 'lines: '
|
||||
}
|
||||
|
||||
.editor-statusbar .lines:before {
|
||||
content: attr(data-status-bar-before) ': ';
|
||||
}
|
||||
@ -213,6 +209,10 @@
|
||||
content: attr(data-status-bar-before) ': ';
|
||||
}
|
||||
|
||||
.editor-statusbar .characters:before {
|
||||
content: 'characters: '
|
||||
}
|
||||
|
||||
.editor-preview-full {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user