Merge pull request #1708 from mempool/nymkappa/bugfix/blocks-list-widget

Fix missing tx column in main dashboard on mobile
This commit is contained in:
wiz 2022-05-25 18:18:01 +09:00 committed by GitHub
commit aebeb600a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,9 +198,7 @@
display: none; display: none;
text-align: right; text-align: right;
width: 20%; width: 20%;
@media (min-width: 376px) { display: table-cell;
display: table-cell;
}
} }
.table-cell-size { .table-cell-size {
display: none; display: none;