Improve formatting
This commit is contained in:
parent
0e01fe7a16
commit
ce0c85c354
|
@ -233,3 +233,7 @@ mark {
|
||||||
.footer {
|
.footer {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki-list-editor {
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border: 1px solid white;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
|
@ -142,22 +142,6 @@
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.root .list-item.selection {
|
|
||||||
border-left-color: #ccc;
|
|
||||||
border-right-color: #ccc;
|
|
||||||
border-left-style: dashed;
|
|
||||||
border-right-style: dashed;
|
|
||||||
|
|
||||||
}
|
|
||||||
.root .list-item.selection-first {
|
|
||||||
border-top-style: dashed;
|
|
||||||
border-top-color: #ccc;
|
|
||||||
}
|
|
||||||
.root .list-item.selection-last {
|
|
||||||
border-bottom-style: dashed;
|
|
||||||
border-bottom-color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user