Show wallet balance for BTC instead of Gnosis Safe

This commit is contained in:
2022-05-24 16:18:47 +02:00
parent 44b631c688
commit e05449a7ff
5 changed files with 24 additions and 32 deletions
+3 -2
View File
@@ -21,15 +21,16 @@ section#funds {
}
th {
font-size: 1.5rem;
text-align: left;
padding-right: 1.2rem;
padding-right: 1rem;
}
td {
text-align: right;
&.amount {
font-size: 1.5rem;
font-size: 2rem;
padding-right: 1.2rem;
}