Prevents oversizing in the post-preview, when applying the code tag.

* Prevents oversizing in the post-preview, when applying the code tag.
This commit is contained in:
Fraenkiman 2023-06-25 13:58:40 +02:00
parent 217a36257b
commit 5699deecd6
3 changed files with 11 additions and 0 deletions

View File

@ -167,6 +167,9 @@ input.maxsize, select.maxsize {width:100%}
/* preview settings */
#post-preview {
min-width: 54.4em
}
#post-preview .entry {
padding:2em

View File

@ -284,6 +284,10 @@ input.maxsize, select.maxsize { width: 99% }
/* ===== PREVIEW SETTINGS ===== */
#post-preview {
min-width: 68em
}
#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto }
#post-preview div.entry h2 {

View File

@ -283,6 +283,10 @@ input.maxsize, select.maxsize { width: 100% }
/* ===== PREVIEW SETTINGS ===== */
#post-preview {
min-width: 39em;
}
#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto }
#post-preview div.entry h2,