mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: reduce horizontal rule height for large screens (#9040)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user