Refactor transaction page component

This commit is contained in:
Mononaut
2024-10-23 08:56:27 +00:00
parent a22d07ae60
commit 23475c7a1b
8 changed files with 609 additions and 341 deletions

View File

@@ -18,6 +18,7 @@
line-height: 1;
}
}
.tx-link {
display: flex;
flex-direction: row;
@@ -60,19 +61,6 @@
top: -1px;
}
.miner-name {
margin-right: 4px;
vertical-align: top;
}
.pool-logo {
width: 25px;
height: 25px;
position: relative;
top: -1px;
margin-right: 2px;
}
.badge.badge-accelerated {
background-color: var(--tertiary);
color: white;
@@ -94,7 +82,7 @@
margin-bottom: 40px;
}
.row{
.row {
flex-direction: column;
@media (min-width: 850px) {
flex-direction: row;
@@ -337,4 +325,4 @@
.disabled {
opacity: 0.5;
pointer-events: none;
}
}