better spacing
This commit is contained in:
@@ -456,7 +456,7 @@ function ChemistryDnDMobile({ user, teams, players }: PlayerInfoProps) {
|
|||||||
<div className="column">
|
<div className="column">
|
||||||
<div className="box">
|
<div className="box">
|
||||||
<p className="subtitle is-6 is-uppercase has-text-weight-light">
|
<p className="subtitle is-6 is-uppercase has-text-weight-light">
|
||||||
yes, please ♥️
|
♥️
|
||||||
</p>
|
</p>
|
||||||
<PlayerList
|
<PlayerList
|
||||||
list={playersRight}
|
list={playersRight}
|
||||||
@@ -513,22 +513,24 @@ export default function Rankings() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container block">
|
<section className="section">
|
||||||
<p className="notification is-warning is-light">
|
<div className="container block">
|
||||||
assign as many or as few players as you want and don't forget to 💾
|
<p className="notification is-warning is-light">
|
||||||
<strong> submit</strong> when you're done :)
|
assign as many or as few players as you want and don't forget to 💾
|
||||||
</p>
|
<strong> submit</strong> when you're done :)
|
||||||
{user && teams && players ? (
|
</p>
|
||||||
<TabController tabs={tabs}>
|
{user && teams && players ? (
|
||||||
<ChemistryDnDMobile {...{ user, teams, players }} />
|
<TabController tabs={tabs}>
|
||||||
<MVPDnD {...{ user, teams, players }} />
|
<ChemistryDnDMobile {...{ user, teams, players }} />
|
||||||
<TypeDnD {...{ user, teams, players }} />
|
<MVPDnD {...{ user, teams, players }} />
|
||||||
</TabController>
|
<TypeDnD {...{ user, teams, players }} />
|
||||||
) : (
|
</TabController>
|
||||||
<div className="container">
|
) : (
|
||||||
<progress className="progress is-primary" max="100"></progress>
|
<div className="container">
|
||||||
</div>
|
<progress className="progress is-primary" max="100"></progress>
|
||||||
)}
|
</div>
|
||||||
</div>
|
)}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user