From a318a17c9f439b83b806eb2cbc3edc421c46afe2 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 1 Mar 2019 18:03:24 -0700 Subject: [PATCH] Adjust note/toolbar margin --- www/pages/editor_lite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/editor_lite.html b/www/pages/editor_lite.html index 721b76b..4c1ea45 100644 --- a/www/pages/editor_lite.html +++ b/www/pages/editor_lite.html @@ -55,7 +55,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. #note { width: 100%; height: calc(100% - 2rem); - margin-top: 2rem; + margin-top: 2.5rem; resize: none; border: none; overflow: auto;