[tx] add accel shortcut into transaction component

This commit is contained in:
nymkappa
2023-05-03 16:32:00 +02:00
parent 6c2c62ba2e
commit 727d170c9c
3 changed files with 28 additions and 3 deletions

View File

@@ -216,4 +216,23 @@
.alert-link {
display: block;
}
}
.eta {
display: flex;
justify-content: end;
flex-wrap: wrap;
align-content: center;
@media (min-width: 850px) {
justify-content: space-between;
}
}
.accelerate {
align-self: auto;
margin-top: 3px;
@media (min-width: 850px) {
justify-self: start;
margin-left: 0px;
}
}