Fix bug in api wait_seed, fix styles on seed gen pages

This commit is contained in:
Chris Wilson
2020-12-04 02:59:23 -05:00
parent 79095b7dde
commit 73013395a7
5 changed files with 28 additions and 13 deletions

View File

@@ -5,16 +5,16 @@
flex-wrap: wrap;
}
#view-seed-wrapper table td{
vertical-align: top;
}
#view-seed{
width: 620px;
min-height: 360px;
text-align: center;
}
#view-seed table td{
vertical-align: top;
}
#view-seed h3{
margin-bottom: 0.5rem;
}