more bulma

This commit is contained in:
ntr 2018-10-15 23:30:31 +11:00
parent 1ee7996485
commit dcdd9a232b
4 changed files with 12 additions and 9 deletions

View File

@ -13,6 +13,7 @@ function renderBody() {
<div className="column">
<CrypSpawnContainer />
</div>
<div className="column">
<div className="columns">
<div className="column is-8">
<CrypListContainer />
@ -22,6 +23,7 @@ function renderBody() {
</div>
</div>
</div>
</div>
<div className="column">
<BattleContainer />
</div>

View File

@ -31,7 +31,8 @@ function CrypList({ cryps, sendCombatPve }) {
</div>
));
return (
<div className="tile is-parent is-vertical" >
// <div className="tile is-parent is-vertical" >
<div>
{crypPanels}
</div>
);

View File

@ -16,7 +16,7 @@ function renderSpawnButton({ account, sendCrypSpawn }) {
onChange={e => (name = e.target.value)}
/>
</div>
<div className="column is-3">
<div className="column is-4">
<button
className="button is-dark is-fullwidth"
type="submit"

View File

@ -27,7 +27,7 @@ function ItemList({ items, sendItemUse }) {
</div>
));
return (
<div className="tile is-parent" >
<div>
{itemPanels}
</div>
);