adjustments to modify the look of 'view' button on mod post body (now 'read full')
All checks were successful
Release to Staging / build_and_release (push) Successful in 55s
All checks were successful
Release to Staging / build_and_release (push) Successful in 55s
This commit is contained in:
parent
a241f90269
commit
c9ceed6c0f
@ -926,7 +926,9 @@ const Body = ({
|
|||||||
>
|
>
|
||||||
<EditorContent editor={editor} />
|
<EditorContent editor={editor} />
|
||||||
<div ref={viewFullPostBtnRef} className='IBMSMSMBSSPostBodyHide'>
|
<div ref={viewFullPostBtnRef} className='IBMSMSMBSSPostBodyHide'>
|
||||||
<p onClick={viewFullPost}>View</p>
|
<div className='IBMSMSMBSSPostBodyHideText'>
|
||||||
|
<p onClick={viewFullPost}>Read Full</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='IBMSMSMBSSShots'>
|
<div className='IBMSMSMBSSShots'>
|
||||||
|
Loading…
Reference in New Issue
Block a user