File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/react-notion-x/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 : 1 px 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 );
You can’t perform that action at this time.
0 commit comments