fix: app column layout

This commit is contained in:
Mo
2022-01-31 12:16:18 -06:00
parent ebd8848b5a
commit ed729ab4ef
7 changed files with 22 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ $heading-height: 75px;
}
.section.editor {
flex: 1 50%;
display: flex;
flex-direction: column;
overflow-y: hidden;
@@ -39,7 +38,6 @@ $heading-height: 75px;
z-index: $z-index-editor-title-bar;
height: auto;
overflow: visible;
.title {
font-size: var(--sn-stylekit-font-size-h1);