mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
237 B
21 lines
237 B
|
|
.editor-toolbar i.separator {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.editor-toolbar .fa {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ace-container {
|
|
position: relative;
|
|
min-height: 95vh;
|
|
}
|
|
|
|
#source-display {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|