Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions packages/react-notion-custom/src/lib/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
border-radius: 3px;
transition: background 20ms ease-in 0s;
}

.notion-equation-block {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -608,11 +609,11 @@
margin-left: 2.9em;
}

.notion-list-marker::after {
.notion-list-numbered .notion-list-marker::after {
content: ".";
}

.notion-list-marker {
.notion-list-numbered .notion-list-marker {
width: 26px;
display: inline-flex;
flex-shrink: 0;
Expand All @@ -625,6 +626,7 @@
padding-top: 4px;
padding-bottom: 4px;
display: flex;
}

.notion-quote-content {
display: block;
Expand All @@ -633,10 +635,12 @@
padding-right: 14px;
border-left: 3px solid currentcolor;
}

.notion-quote {
padding: 3px 2px;
margin: 3px 0px 3px 1px;
font-size: 1em;
}

.notion-callout {
padding: 16px 16px 16px 12px;
Expand Down Expand Up @@ -683,7 +687,7 @@
align-items: flex-start;
}

.notion-list-marker {
.notion-list-bulleted .notion-list-marker {
user-select: none;
width: 24px;
flex-shrink: 0;
Expand Down