basex-lsp/webapp/static/clients/codemirror/styles.css

20 lines
336 B
CSS

@import url("../bootstrap-icons.min.css");
/* Set editor dimensions */
#editor {
height: 400px;
max-width: 100%;
overflow: hidden;
}
/* Stretch editor to fit inside its containing div */
.cm-editor {
height: 100%;
width: 100%;
overflow: auto;
}
/* header */
nav {
background-color: burlywood!;
}