From 5f69c739547a60411fa7255f34549d250f5ed651 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Oct 2023 17:08:08 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.css | 3 +++ experiments/outline-editor/index.html | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index e0706e6..6992acf 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -102,6 +102,7 @@ border-left: solid 1px silver; } .editor .outline .block .block, +.editor.crop .outline .block[cropped] .block, .editor.crop .outline .block[cropped] .block[cropped] { margin-left: var(--item-indent); } @@ -275,6 +276,7 @@ editor .outline .block:focus { .editor.crop .outline .block:not([cropped])>.text { display: none; } +.editor.crop .outline .block, .editor.crop .outline .block[cropped] { margin-left: 0; } @@ -283,6 +285,7 @@ editor .outline .block:focus { } +/* toolbar... */ .editor .toolbar { display: inline-block; position: absolute; diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index f2ef7d9..63962e9 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -48,11 +48,6 @@ var setup = function(){ - - ## Bugs: focused:: true - - BUG: crop root indent is off... - - a - - b - - c - - crop this - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - - ## ToDo: