css: layout, restrict innerdoc width instead of outerdoc width

This commit is contained in:
Sebastian Castro 2020-04-06 14:46:15 +02:00 committed by muxator
parent 51b857ad1a
commit 6a5c35b651
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ html.inner-editor {
#outerdocbody {
display: flex;
flex-direction: row;
justify-content: center;
min-height: 100vh; /* take at least full height */
}
#outerdocbody iframe {