updates
This commit is contained in:
6
assets/css/main.min.css
vendored
6
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.editor.full .container {
|
||||
.full .container {
|
||||
position: fixed;
|
||||
top : 3em;
|
||||
right : 0;
|
||||
@@ -26,7 +26,8 @@
|
||||
}
|
||||
|
||||
.editor #preview-area,
|
||||
.editor textarea {
|
||||
.editor textarea,
|
||||
.CodeMirror {
|
||||
position : relative;
|
||||
box-sizing: border-box;
|
||||
height : 100%;
|
||||
@@ -36,6 +37,10 @@
|
||||
font-size : 1.05em;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.editor #preview-area *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -142,4 +147,10 @@
|
||||
|
||||
.full .action-bar {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.full .cm-s-mdn-like.CodeMirror {
|
||||
background: none;
|
||||
width : auto;
|
||||
margin : 1.5em 10%;
|
||||
}
|
||||
Reference in New Issue
Block a user