diff --git a/static/styles.css b/static/styles.css index dabc648..76a55b0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -187,25 +187,6 @@ body { flex-shrink: 0; word-wrap: break-word; } -.column_content .separator { - height: 6px; - width: 30%; - margin-left: -0.6rem; -} -.theme--default .column_content .separator { - background: #f3f3f3; -} -.theme--dark .column_content .separator { - background: #2d2d2d; -} -.column_content .separator.long { - width: 50%; -} -@media (max-width: 580px) { - .column_content .separator { - margin-left: -1rem; - } -} .column_content .field { margin-bottom: 1.5rem; line-height: 1.3rem; diff --git a/static/styles.scss b/static/styles.scss index 329aad2..34202ea 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -241,20 +241,6 @@ body { flex-shrink: 0; word-wrap: break-word; - .separator { - height: 6px; - width: 30%; - margin-left: -0.6rem; - @include themed() { - background: t($over-bg); - } - &.long { - width: 50%; - } - @media (max-width: 580px) { - margin-left: -1rem; - } - } .field { margin-bottom: 1.5rem; line-height: 1.3rem; diff --git a/templates/note.html b/templates/note.html index e366085..5b643db 100644 --- a/templates/note.html +++ b/templates/note.html @@ -93,7 +93,9 @@ end }} -
+