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

This commit is contained in:
freakoverse 2024-11-21 20:45:27 +00:00
parent a241f90269
commit c9ceed6c0f

View File

@ -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'>