Workflow updating files of btcwallet
This commit is contained in:
parent
98b932a3a8
commit
ead49da75f
@ -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
btcwallet/css/main.min.css
vendored
2
btcwallet/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 {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user