mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
chat fix
This commit is contained in:
parent
ed507dc39f
commit
b2c76a8471
2 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ function Comment({ comment, index, onComment, onDelete, onReact, uid }) {
|
|||
: dateObj.toLocaleTimeString()}
|
||||
</div>
|
||||
</div>
|
||||
<div className={`${!displayed && styles.hidden}`}>
|
||||
<div className={`${!displayed ? styles.hidden : ''}`}>
|
||||
<div className={styles.commentText}>{content}</div>
|
||||
<div className={'actions'}>
|
||||
<span
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
.commentText {
|
||||
margin: 2px;
|
||||
padding: 10px 5px;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.ownComment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue