@@ -34,20 +34,20 @@ export const Notify = (props) => {
3434 < 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' } } >
3535 < div className = "header" >
3636 < 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' } } >
3838 < 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 = "" />
4040 </ Link >
4141 < div className = "detailsposts" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' , justifyContent : 'space-between' , width : '100%' } } >
4242 < div className = "firstbox" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
4343 < 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 >
4545 </ Link >
4646 < 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 >
4848 </ Link >
4949 </ 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 >
5151 </ div >
5252 </ div >
5353 </ div >
@@ -59,20 +59,20 @@ export const Notify = (props) => {
5959 < 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' } } >
6060 < div className = "header" >
6161 < 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' } } >
6363 < 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 = "" />
6565 </ Link >
6666 < div className = "detailsposts" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' , justifyContent : 'space-between' , width : '100%' } } >
6767 < div className = "firstbox" style = { { display : 'flex' , flexDirection : 'row' , alignItems : 'center' } } >
6868 < 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 >
7070 </ Link >
7171 < 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 >
7373 </ Link >
7474 </ 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 >
7676 </ div >
7777 </ div >
7878 </ div >
0 commit comments