mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e41a78f5b0
commit
5f69c73954
@ -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;
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user