adding price history toggle to transaction details page
This commit is contained in:
parent
c5b61f3c05
commit
fca68debf1
@ -393,6 +393,10 @@ ol li::before {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-self-start {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.align-center {
|
.align-center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -1016,6 +1020,9 @@ transaction-card:not(:last-of-type)::after {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
#tx_amount:has(+ *) {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
#tx_technicals .tx-detail:first-of-type {
|
#tx_technicals .tx-detail:first-of-type {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -406,6 +406,10 @@ ol {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-self-start {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.align-center {
|
.align-center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -1105,6 +1109,10 @@ transaction-card {
|
|||||||
font-size: max(2rem, 4vw);
|
font-size: max(2rem, 4vw);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
|
|
||||||
|
&:has(+ *) {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#tx_technicals {
|
#tx_technicals {
|
||||||
|
|||||||
145
index.html
145
index.html
File diff suppressed because one or more lines are too long
347
index.min.html
347
index.min.html
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user