editor: reduce horizontal rule height for large screens (#9040)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-02-12 14:02:01 +05:00
committed by GitHub
parent 50136e3689
commit 9ea84ca9ae

View File

@@ -40,7 +40,7 @@
position: relative;
background-color: var(--separator);
width: 100%;
height: 5px;
height: 2px;
margin-top: 4px;
margin-bottom: 4px;
}
@@ -406,6 +406,10 @@ img.ProseMirror-separator {
margin-inline: 5px;
padding-inline-start: 10px;
}
.ProseMirror hr {
height: 5px;
}
}