2
0
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:
Jonathan 2022-05-22 12:22:39 +02:00 committed by GitHub
parent 5a4af7e38a
commit b675e611a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*/