feat: visual editor code + sub/sup + table props

This commit is contained in:
NGPixel
2020-06-21 14:47:11 -04:00
parent ff4e25d5ca
commit 4cb7f33dcf
4 changed files with 25 additions and 6 deletions

View File

@@ -159,6 +159,17 @@ $editor-height-mobile: calc(100vh - 56px - 16px);
}
}
.contents {
table {
margin: inherit;
}
pre > code {
background-color: unset;
color: unset;
padding: .15em;
}
}
.ck.ck-toolbar {
border: none;
justify-content: center;
@@ -166,6 +177,10 @@ $editor-height-mobile: calc(100vh - 56px - 16px);
color: #FFF;
}
.ck.ck-toolbar__items {
justify-content: center;
}
> .ck-editor__editable {
background-color: mc('grey', '100');
overflow-y: auto;