Skip to content

Commit 131ebb3

Browse files
committed
fix: the notion-external-mention svg icon is displayed abnormally on Safari
1 parent 6493adc commit 131ebb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,11 @@ svg.notion-page-icon {
26232623
margin-right: 0.3em;
26242624
}
26252625

2626+
.notion-external-mention .notion-external-image svg {
2627+
width: 100%;
2628+
height: 100%;
2629+
}
2630+
26262631
.notion-external-description {
26272632
display: flex;
26282633
flex-direction: column;

0 commit comments

Comments
 (0)