mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Fix editor preview
This commit is contained in:
parent
5c5b94e83a
commit
f019b6160c
3 changed files with 3 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ $( function() {
|
|||
<style>
|
||||
#insertImageDialog { display:none; padding: 10px; font-size:12px;}
|
||||
.wmd-prompt-background {z-index:10!important;}
|
||||
#wmd-preview img {max-width:100%;}
|
||||
</style>
|
||||
|
||||
<div id="insertImageDialog" title="Insert Image">
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
<style>
|
||||
#insertImageDialog { display:none; padding: 10px; font-size:12px;}
|
||||
.wmd-prompt-background {z-index:10!important;}
|
||||
#wmd-preview img {max-width:100%;}
|
||||
</style>
|
||||
|
||||
<div id="insertImageDialog" title="Insert Image">
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ if ($type == 'is_frontpage') {
|
|||
<style>
|
||||
#insertImageDialog { display:none; padding: 10px; font-size:12px;}
|
||||
.wmd-prompt-background {z-index:10!important;}
|
||||
#wmd-preview img {max-width:100%;}
|
||||
</style>
|
||||
|
||||
<div id="insertImageDialog" title="Insert Image">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue