mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Fix view more styling
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
}
|
||||
|
||||
.list {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -377,9 +377,9 @@ class ModerationQueue extends React.Component {
|
||||
<List
|
||||
ref={this.handleListRef}
|
||||
autoHeight
|
||||
className={styles.list}
|
||||
style={{
|
||||
width: '100%',
|
||||
outline: 'none',
|
||||
}}
|
||||
height={height}
|
||||
width={1280}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
|
||||
.viewMore {
|
||||
@@ -13,6 +14,8 @@
|
||||
background-color: #2376D8;
|
||||
cursor: pointer;
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.viewMore:hover {
|
||||
|
||||
Reference in New Issue
Block a user