From 1f76f475144fb440b2cd24ee9542230532ebb0bc Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 13 May 2020 13:29:23 +0200 Subject: [PATCH] Cleanup styling --- editor/src/styles.scss | 5 +++++ templates/layout.html | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 @@