Increased spacing between transactions

This commit is contained in:
sairaj mote 2023-04-04 02:14:44 +05:30
parent f21f34ec80
commit 8797bca3c6
3 changed files with 3 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;