Fix pool get blocks API undefined start block behavior

This commit is contained in:
nymkappa
2022-03-16 20:19:39 +01:00
parent dfff57d204
commit 41fed984cb
4 changed files with 14 additions and 8 deletions

View File

@@ -131,3 +131,9 @@ div.scrollable {
width: auto;
text-align: left;
}
.right-mobile {
@media (max-width: 450px) {
text-align: right;
}
}