Fix adv.comments issues #209

Merged
enes merged 7 commits from fixes/adv-comments-30-1-25 into staging 2025-01-30 13:43:13 +00:00
2 changed files with 27 additions and 33 deletions
Showing only changes of commit 1226c60917 - Show all commits

View File

@ -296,23 +296,11 @@ export const CommentsPopup = () => {
</div>
{commentEvents.length > 0 && (
<>
<h3
className='IBMSMSMBSSCL_CommentNoteRepliesTitle'
style={{
display: 'flex',
flexDirection: 'row',
justifyContent: 'space-between'
}}
>
<h3 className='IBMSMSMBSSCL_CommentNoteRepliesTitle'>
Replies
<div
style={{
fontSize: '16px'
}}
>
<button
type='button'
className='btnMain'
className='btnMain IBMSMSMBSSCL_CommentNoteRepliesTitleBtn'
onClick={
discoveredCount ? handleDiscoveredClick : undefined
}
@ -330,7 +318,6 @@ export const CommentsPopup = () => {
)}
</span>
</button>
</div>
</h3>
<div className='pUMCB_RepliesToPrime'>
{commentEvents.map((reply) => (

View File

@ -479,6 +479,13 @@ hover {
width: 100%;
margin: 0 0 15px 0;
color: rgba(255, 255, 255, 0.5);
display: flex;
flex-direction: row;
justify-content: space-between;
}
.IBMSMSMBSSCL_CommentNoteRepliesTitleBtn {
font-size: 16px;
}
.IBMSMSMBSSCL_CAElementLoadWrapper {