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 {
746
746
width : 100% ;
747
747
margin : 6px 0 ;
748
748
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 );
751
751
}
752
752
753
753
.notion-link {
@@ -2980,7 +2980,7 @@ svg.notion-page-icon {
2980
2980
.notion-link-mention {
2981
2981
position : relative;
2982
2982
display : inline-flex;
2983
- align-items : center;
2983
+ align-items : center;
2984
2984
vertical-align : middle;
2985
2985
}
2986
2986
@@ -3022,8 +3022,8 @@ svg.notion-page-icon {
3022
3022
}
3023
3023
3024
3024
.notion-link-mention-card {
3025
- width : 18rem ;
3026
- height : 15rem ;
3025
+ width : 18rem ;
3026
+ height : 15rem ;
3027
3027
background : var (--bg-color );
3028
3028
border-radius : 0.75rem ;
3029
3029
border : 1px solid rgba (27 , 31 , 36 , 0.15 );
You can’t perform that action at this time.
0 commit comments