mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 02:21:34 +08:00
Fix center styling
This commit is contained in:
@@ -9,3 +9,8 @@
|
||||
padding: 34px 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ const FlaggedAccounts = (props) => {
|
||||
<div className={styles.mainFlaggedContent}>
|
||||
{
|
||||
hasResults
|
||||
? <ul>
|
||||
? <ul className={styles.list}>
|
||||
{
|
||||
users.nodes.map((user, index) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user