From 9d38e9342db8af1034e02262c936cac8f184490c Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 24 Dec 2021 20:40:27 +0100 Subject: [PATCH] moved API docs button to the bottom of a code note --- .../app/widgets/type_widgets/editable_code.js | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/public/app/widgets/type_widgets/editable_code.js b/src/public/app/widgets/type_widgets/editable_code.js index 3bdc734f0..f536b6024 100644 --- a/src/public/app/widgets/type_widgets/editable_code.js +++ b/src/public/app/widgets/type_widgets/editable_code.js @@ -14,20 +14,10 @@ const TPL = ` position: relative; } - .trilium-api-docs-button { - /*display: none;*/ - position: absolute; - top: 10px; - right: 10px; - } - .note-detail-code-editor { min-height: 50px; } - -
@@ -37,6 +27,13 @@ const TPL = ` Execute + +