bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-26 17:08:08 +03:00
parent e41a78f5b0
commit 5f69c73954
2 changed files with 3 additions and 5 deletions

View File

@ -102,6 +102,7 @@
border-left: solid 1px silver; border-left: solid 1px silver;
} }
.editor .outline .block .block, .editor .outline .block .block,
.editor.crop .outline .block[cropped] .block,
.editor.crop .outline .block[cropped] .block[cropped] { .editor.crop .outline .block[cropped] .block[cropped] {
margin-left: var(--item-indent); margin-left: var(--item-indent);
} }
@ -275,6 +276,7 @@ editor .outline .block:focus {
.editor.crop .outline .block:not([cropped])>.text { .editor.crop .outline .block:not([cropped])>.text {
display: none; display: none;
} }
.editor.crop .outline .block,
.editor.crop .outline .block[cropped] { .editor.crop .outline .block[cropped] {
margin-left: 0; margin-left: 0;
} }
@ -283,6 +285,7 @@ editor .outline .block:focus {
} }
/* toolbar... */
.editor .toolbar { .editor .toolbar {
display: inline-block; display: inline-block;
position: absolute; position: absolute;

View File

@ -48,11 +48,6 @@ var setup = function(){
- -
- ## Bugs: - ## Bugs:
focused:: true focused:: true
- BUG: crop root indent is off...
- a
- b
- c
- crop this
- BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - BUG: mobile browsers behave quite chaotically ignoring parts of the styling...
- -
- ## ToDo: - ## ToDo: