Added support for overriding CSS styles with STYLES page
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
|
||||
#sb-main .cm-editor {
|
||||
font-size: 18px;
|
||||
--max-width: 800px;
|
||||
height: 100%;
|
||||
|
||||
.cm-content {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: var(--max-width);
|
||||
max-width: var(--#{"editor-width"});
|
||||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user