fix(board stats): table warning, margin

This commit is contained in:
plebeius.eth
2024-03-26 21:12:29 +01:00
parent 9a3e35f7e1
commit b6f38b532a
2 changed files with 9 additions and 3 deletions
@@ -1,14 +1,14 @@
.content hr {
min-width: 468px;
margin-left: -4px;
margin-bottom: 5px;
margin-bottom: 6px;
}
.blotter {
min-width: 468px;
margin: auto;
line-height: 1;
margin-top: -2px;
margin-top: -1px;
}
.blotter tr {
+7 -1
View File
@@ -24,7 +24,13 @@ const BoardStats = ({ address, createdAt }: BoardStatsProps) => {
return (
<div className={styles.content}>
<table className={styles.blotter}>
<hr />
<thead>
<tr>
<td>
<hr />
</td>
</tr>
</thead>
{showStats && (
<tbody>
<tr>