diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 42d5e3e..91d36dc 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -20,6 +20,11 @@ .list-item { border: none !important; + padding: 2px 0px; +} + +input.input, input.input:active { + box-shadow: none; } .codex-editor .icon { diff --git a/templates/layout.html b/templates/layout.html index 4161d3b..e9511b4 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -36,9 +36,11 @@