mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
editor: fix callout margins
This commit is contained in:
committed by
Abdullah Atta
parent
a33970250e
commit
34f909e37f
@@ -659,8 +659,14 @@ p > *::selection {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(var(--callout-color), 0.1);
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.ProseMirror div.callout:not(div.callout > p[data-spacing="single"]){
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.ProseMirror div.callout > :first-child {
|
||||
margin: 0px;
|
||||
color: rgb(var(--callout-color));
|
||||
|
||||
Reference in New Issue
Block a user