Skip to content

Commit 41c93ba

Browse files
committed
fix: divider rendering styles
1 parent 81971ff commit 41c93ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-notion-x/src/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ svg.notion-page-icon {
746746
width: 100%;
747747
margin: 6px 0;
748748
padding: 0;
749-
border-top: none;
750-
border-color: var(--fg-color-0);
749+
border: none;
750+
border-bottom: 1px solid var(--bg-color-0);
751751
}
752752

753753
.notion-link {
@@ -2980,7 +2980,7 @@ svg.notion-page-icon {
29802980
.notion-link-mention {
29812981
position: relative;
29822982
display: inline-flex;
2983-
align-items: center;
2983+
align-items: center;
29842984
vertical-align: middle;
29852985
}
29862986

@@ -3022,8 +3022,8 @@ svg.notion-page-icon {
30223022
}
30233023

30243024
.notion-link-mention-card {
3025-
width: 18rem;
3026-
height: 15rem;
3025+
width: 18rem;
3026+
height: 15rem;
30273027
background: var(--bg-color);
30283028
border-radius: 0.75rem;
30293029
border: 1px solid rgba(27, 31, 36, 0.15);

0 commit comments

Comments
 (0)