Show alert banner on stale blocks

This commit is contained in:
Mononaut
2023-07-08 00:34:57 -04:00
parent 385cb087d3
commit 6942a6fd6a
4 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,26 @@
.title-block {
flex-wrap: wrap;
align-items: baseline;
@media (min-width: 650px) {
flex-direction: row;
}
h1 {
margin: 0rem;
margin-right: 15px;
line-height: 1;
}
.alert-mempool {
flex-direction: row;
flex-wrap: wrap;
}
.container-button {
align-self: center;
margin-right: 1em;
}
}
.qr-wrapper {
background-color: #FFF;
padding: 10px;