diff --git a/editor/src/styles.scss b/editor/src/styles.scss index c3e3164..5cd9ddf 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -233,3 +233,7 @@ mark { .footer { padding: 0 12px; } + +.wiki-list-editor { + max-width: 700px; +} diff --git a/templates/layout.html b/templates/layout.html index 63f3281..32d75fd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -123,7 +123,7 @@ cursor: pointer; margin-left: 32px; flex-direction: column; - border: 1px solid white; + border: none; } .line { @@ -142,22 +142,6 @@ 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 { display: none; }