mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 08:47:53 +08:00
Merge branch 'master' into approve-reject-noop
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
}
|
||||
|
||||
.apply {
|
||||
position: absolute;
|
||||
top: 38%;
|
||||
transform: translateX(-50%);
|
||||
right: 0;
|
||||
float: right;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.wrapper ul {
|
||||
|
||||
@@ -12,7 +12,6 @@ export default ({handleChange, handleApply, changed, ...props}) => (
|
||||
<div className={styles.wrapper}>
|
||||
<div className={styles.container}>
|
||||
<h3>{lang.t('configureCommentStream.title')}</h3>
|
||||
<p>{lang.t('configureCommentStream.description')}</p>
|
||||
<Button
|
||||
type="submit"
|
||||
className={styles.apply}
|
||||
@@ -20,6 +19,7 @@ export default ({handleChange, handleApply, changed, ...props}) => (
|
||||
cStyle={changed ? 'green' : 'darkGrey'} >
|
||||
{lang.t('configureCommentStream.apply')}
|
||||
</Button>
|
||||
<p>{lang.t('configureCommentStream.description')}</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user