@@ -34,20 +34,20 @@ export const Notify = (props) => {
34
34
< div className = { `card cardnotify` } style = { { width : '95%' , padding : '8px 0px' , margin : '8px 0' , borderBottom : context . dark ? '1px solid rgb(39 39 39)' : '1px solid rgb(238 238 238)' , paddingBottom : '10px' } } >
35
35
< div className = "header" >
36
36
< div className = "textheader" >
37
- < div className = 'post -usercard' style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
37
+ < div className = 'not -usercard' style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
38
38
< Link to = { `/user/${ user && user . uid } ` } >
39
- < img style = { { width : '36px' , borderRadius : '50%' , marginRight : '12px' } } src = { user && user . img } alt = "" />
39
+ < img className = 'notiimg' style = { { width : '36px' , borderRadius : '50%' , marginRight : '12px' } } src = { user && user . img } alt = "" />
40
40
</ Link >
41
41
< div className = "detailsposts" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' , justifyContent : 'space-between' , width : '100%' } } >
42
42
< div className = "firstbox" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
43
43
< Link to = { `/user/${ user && user . uid } ` } style = { { color : 'inherit' , textDecoration : 'none' , zIndex :'99' } } >
44
- < p style = { { margin : '0' , marginRight : '5px' , fontSize : '14.5px' , marginTop :'-2.5px' } } > { user && user . username } </ p >
44
+ < p className = 'notiHp' style = { { margin : '0' , marginRight : '5px' , fontSize : '14.5px' , marginTop :'-2.5px' } } > { user && user . username } </ p >
45
45
</ Link >
46
46
< Link to = { `/post/${ props . postid } ` } style = { { color : 'inherit' , textDecoration : 'none' } } >
47
- < p style = { { fontSize : '13.65px' , color : 'rgb(161, 148, 148)' } } > { content } </ p >
47
+ < p className = 'notiP' style = { { fontSize : '13.65px' , color : 'rgb(161, 148, 148)' } } > { content } </ p >
48
48
</ Link >
49
49
</ div >
50
- < p style = { { fontSize : '11px' , color : 'rgb(161, 148, 148)' , margin : '0' , marginTop : '4px' } } > < ReactTimeAgo date = { Date . parse ( props . date ) } locale = "en-US" /> </ p >
50
+ < p className = 'notiP' style = { { fontSize : '11px' , color : 'rgb(161, 148, 148)' , margin : '0' , marginTop : '4px' } } > < ReactTimeAgo date = { Date . parse ( props . date ) } locale = "en-US" /> </ p >
51
51
</ div >
52
52
</ div >
53
53
</ div >
@@ -59,20 +59,20 @@ export const Notify = (props) => {
59
59
< div className = { `card cardnotify` } style = { { width : '95%' , padding : '8px 0px' , margin : '8px 0' , borderBottom : context . dark ? '1px solid rgb(39 39 39)' : '1px solid rgb(238 238 238)' , paddingBottom : '10px' } } >
60
60
< div className = "header" >
61
61
< div className = "textheader" >
62
- < div className = 'post -usercard' style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
62
+ < div className = 'not -usercard' style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
63
63
< Link to = { `/user/${ user && user . uid } ` } >
64
- < img style = { { width : '36px' , borderRadius : '50%' , marginRight : '12px' } } src = { user && user . img } alt = "" />
64
+ < img className = 'notiimg' style = { { width : '36px' , borderRadius : '50%' , marginRight : '12px' } } src = { user && user . img } alt = "" />
65
65
</ Link >
66
66
< div className = "detailsposts" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' , justifyContent : 'space-between' , width : '100%' } } >
67
67
< div className = "firstbox" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
68
68
< Link to = { `/user/${ user && user . uid } ` } style = { { color : 'inherit' , textDecoration : 'none' , zIndex :'99' } } >
69
- < p style = { { margin : '0' , marginRight : '5px' , fontSize : '14.5px' , marginTop :'-2.5px' } } > { user && user . username } </ p >
69
+ < p className = 'notiHp' style = { { margin : '0' , marginRight : '5px' , fontSize : '14.5px' , marginTop :'-2.5px' } } > { user && user . username } </ p >
70
70
</ Link >
71
71
< Link to = { `/user/${ user && user . uid } ` } style = { { color : 'inherit' , textDecoration : 'none' } } >
72
- < p style = { { fontSize : '13.65px' , color : 'rgb(161, 148, 148)' } } > { content } </ p >
72
+ < p className = 'notiP' style = { { fontSize : '13.65px' , color : 'rgb(161, 148, 148)' } } > { content } </ p >
73
73
</ Link >
74
74
</ div >
75
- < p style = { { fontSize : '11px' , color : 'rgb(161, 148, 148)' , margin : '0' , marginTop : '4px' } } > < ReactTimeAgo date = { Date . parse ( props . date ) } locale = "en-US" /> </ p >
75
+ < p className = 'notiP' style = { { fontSize : '11px' , color : 'rgb(161, 148, 148)' , margin : '0' , marginTop : '4px' } } > < ReactTimeAgo date = { Date . parse ( props . date ) } locale = "en-US" /> </ p >
76
76
</ div >
77
77
</ div >
78
78
</ div >
0 commit comments