mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
styling
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
|
||||
.cancel {
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -36,3 +35,7 @@
|
||||
margin-bottom: 6px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -13,13 +13,9 @@ const FeaturedDialog = ({showFeaturedDialog, closeFeaturedDialog, postTag}) => (
|
||||
open={showFeaturedDialog}
|
||||
onCancel={closeFeaturedDialog} >
|
||||
<span className={styles.close} onClick={closeFeaturedDialog}>×</span>
|
||||
<div className={styles.header}>
|
||||
<h2>
|
||||
{t('talk-plugin-featured-comments.feature_comment')}
|
||||
</h2>
|
||||
</div>
|
||||
<div className={styles.separator}>
|
||||
<h3>{t('talk-plugin-featured-comments.are_you_sure')}</h3>
|
||||
<h2 className={styles.header}>{t('talk-plugin-featured-comments.feature_comment')}</h2>
|
||||
<div className={styles.content}>
|
||||
{t('talk-plugin-featured-comments.are_you_sure')}
|
||||
</div>
|
||||
<div className={styles.buttons}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user