FinanceBuddy: keep signed amounts on one line, relabel column total (v0.4.1)

This commit is contained in:
2026-07-07 17:11:08 -03:00
parent d2383a76b7
commit 0833c4a1c0
4 changed files with 9 additions and 3 deletions

View File

@@ -13,6 +13,11 @@
border-radius: 3px;
}
/* Keep the signed amount together ("-R$450,00"); a break before it (after "Total:") is fine. */
.fb-amount {
white-space: nowrap;
}
.fb-total-debit {
color: #b94a48;
}
@@ -38,6 +43,7 @@
color: #fff;
font-weight: bold;
font-size: 1.1em;
white-space: nowrap;
}
.fb-badge-debit {