diff --git a/src/element/Note.css b/src/element/Note.css index f3acb4484..14ea35fd0 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -59,6 +59,13 @@ margin: 0; } +.note > .body > hr { + border: 0; + height: 1px; + background-image: var(--gray-gradient); + margin: 20px; +} + .note > .body img, .note > .body video, .note > .body iframe { max-width: 100%; max-height: 500px;