mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 07:52:57 +08:00
Merge pull request #534 from coralproject/143202319-mod-queue-shortcuts
Recover the scroll.
This commit is contained in:
@@ -31,7 +31,7 @@ const Comment = ({actions = [], comment, ...props}) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<li tabIndex={props.index} className={`mdl-card ${props.selected ? 'mdl-shadow--8dp' : 'mdl-shadow--2dp'} ${styles.Comment} ${styles.listItem}`}>
|
||||
<li tabIndex={props.index} className={`mdl-card ${props.selected ? 'mdl-shadow--16dp' : 'mdl-shadow--2dp'} ${styles.Comment} ${styles.listItem} ${props.selected ? styles.selected : ''}`}>
|
||||
<div className={styles.container}>
|
||||
<div className={styles.itemHeader}>
|
||||
<div className={styles.author}>
|
||||
|
||||
Reference in New Issue
Block a user