Progress
This commit is contained in:
+13
-1
@@ -51,9 +51,16 @@ body {
|
|||||||
font-size: var(--ident);
|
font-size: var(--ident);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 800px) {
|
||||||
|
.cm-editor .cm-content {
|
||||||
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.cm-editor .cm-content {
|
.cm-editor .cm-content {
|
||||||
font-family: var(--editor-font);
|
font-family: var(--editor-font);
|
||||||
margin: 5px;
|
margin: auto;
|
||||||
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-editor .cm-selectionBackground {
|
.cm-editor .cm-selectionBackground {
|
||||||
@@ -90,6 +97,11 @@ body {
|
|||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .cm-editor .cm-line {
|
||||||
|
padding-left: 50px;
|
||||||
|
max-width: 800px;
|
||||||
|
} */
|
||||||
|
|
||||||
.cm-editor .line-code {
|
.cm-editor .line-code {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user