mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
More fixes
This commit is contained in:
@@ -72,7 +72,7 @@ export default class PermalinkButton extends React.Component {
|
||||
onClick={this.toggle}
|
||||
className={cn(`${name}-button`, styles.button)}>
|
||||
{t('permalink')}
|
||||
<Icon name="link" />
|
||||
<Icon name="link" className={styles.icon}/>
|
||||
</button>
|
||||
|
||||
<div
|
||||
|
||||
@@ -82,3 +82,9 @@
|
||||
.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding: 0 2px;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user