feat: visual editor code + sub/sup + table props
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user