mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 18:04:28 -06:00
Update easymde.css
This commit is contained in:
parent
5a4af7e38a
commit
b675e611a4
@ -141,6 +141,7 @@
|
|||||||
|
|
||||||
.editor-toolbar button {
|
.editor-toolbar button {
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-toolbar button.active,
|
.editor-toolbar button.active,
|
||||||
@ -365,6 +366,10 @@
|
|||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.easymde-dropdown-content button {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
span[data-img-src]::after {
|
span[data-img-src]::after {
|
||||||
content: '';
|
content: '';
|
||||||
/*noinspection CssUnresolvedCustomProperty, added through JS*/
|
/*noinspection CssUnresolvedCustomProperty, added through JS*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user