mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: fix hidden collapse/expand icon when callout title is empty (#9220)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -965,6 +965,10 @@ del.diffdel {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ProseMirror div.callout > :is(h1, h2, h3, h4, h5, h6):first-child.empty::after {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.ProseMirror h1::after,
|
||||
.ProseMirror h2::after,
|
||||
|
||||
Reference in New Issue
Block a user