mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
remove dead code
This commit is contained in:
27
index.html
27
index.html
@@ -33,20 +33,12 @@
|
||||
.root {
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
"code eval"
|
||||
"bottom bottom"
|
||||
"statusbar statusbar";
|
||||
grid-template-columns: 60% 40%;
|
||||
grid-template-rows: 1fr 0.7fr 2.5em;
|
||||
}
|
||||
|
||||
.root.embed_value_explorer {
|
||||
grid-template-areas:
|
||||
"code code"
|
||||
"bottom files"
|
||||
"statusbar statusbar";
|
||||
grid-template-columns: 70% 30%;
|
||||
grid-template-rows: 1fr 0.7fr 2.5em;
|
||||
}
|
||||
|
||||
.root.fullscreen_editor {
|
||||
@@ -54,17 +46,16 @@
|
||||
grid-template-rows: 1fr 0fr 2.5em;
|
||||
}
|
||||
|
||||
.editor_container, .bottom, .eval, .files_container, .statusbar {
|
||||
.editor_container, .bottom, .files_container, .statusbar {
|
||||
box-shadow: 1px 1px 3px 0px var(--shadow_color);
|
||||
}
|
||||
|
||||
.editor_container, .eval, .bottom, .statusbar, .files_container {
|
||||
.editor_container, .bottom, .statusbar, .files_container {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.editor_container:focus-within,
|
||||
.bottom:focus-within,
|
||||
.eval:focus-within,
|
||||
.files_container:focus-within,
|
||||
.help_dialog {
|
||||
outline: none;
|
||||
@@ -81,18 +72,6 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.eval {
|
||||
display: grid;
|
||||
grid-area: eval;
|
||||
overflow: auto;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.eval_content {
|
||||
padding: 5px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* ace markers */
|
||||
|
||||
.selection {
|
||||
|
||||
Reference in New Issue
Block a user