add mempool logo to wallet widget

This commit is contained in:
Mononaut
2024-02-16 02:50:16 +00:00
parent 96a17f09a5
commit a7ce7121ee
2 changed files with 11 additions and 1 deletions

View File

@@ -5,6 +5,13 @@
height: calc(100% + 60px);
}
.heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: start;
}
.pagination {
position: absolute;
bottom: 0.5rem;