mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
tweaks
This commit is contained in:
@@ -28,7 +28,7 @@ class FlagBox extends Component {
|
||||
<li key={i}>{!action.reason ? <i>No reason provided</i> : action.reason} (<strong>{action.count}</strong>)</li>
|
||||
)}
|
||||
</ul>
|
||||
<a onClick={this.toggleDetail} className={styles.moreDetail}>More detail</a>
|
||||
{/*<a onClick={this.toggleDetail} className={styles.moreDetail}>More detail</a>*/}
|
||||
</div>
|
||||
{this.state.showDetail && (<div className={styles.detail}>
|
||||
<ul>
|
||||
|
||||
@@ -175,7 +175,7 @@ span {
|
||||
|
||||
.container {
|
||||
padding: 0 14px;
|
||||
min-height: 180px;
|
||||
min-height: 220px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@@ -199,7 +199,7 @@ span {
|
||||
right: 0;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
padding: 65px 12px;
|
||||
padding: 100px 12px 65px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user