pull/444/head
Zef Hemel 2023-07-02 11:50:53 +02:00
parent 2f685153db
commit 809fc7e2e1
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
height: 100%; height: 100%;
.cm-content { .cm-content {
width: 100%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: var(--#{"editor-width"}); max-width: var(--#{"editor-width"});

View File

@ -167,6 +167,8 @@ body {
#sb-editor { #sb-editor {
flex: 2; flex: 2;
height: 100%; height: 100%;
width: 100%;
} }
.sb-bhs { .sb-bhs {