Increased spacing between transactions
This commit is contained in:
parent
f21f34ec80
commit
8797bca3c6
@ -867,7 +867,7 @@ ol li::before {
|
||||
grid-template-areas: "icon time amount" "icon receiver receiver" "icon txid txid";
|
||||
}
|
||||
.transaction:not(:last-of-type) {
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
.transaction__amount {
|
||||
white-space: nowrap;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -804,7 +804,7 @@ ol {
|
||||
align-items: center;
|
||||
grid-template-areas: "icon time amount" "icon receiver receiver" "icon txid txid";
|
||||
&:not(:last-of-type) {
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
&__amount {
|
||||
white-space: nowrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user