Add account balance anchors

This commit is contained in:
Lars Nolden
2026-09-14 13:32:18 +02:00
parent 83bb86bc93
commit 71e95917da
15 changed files with 440 additions and 23 deletions
+6
View File
@@ -2675,3 +2675,9 @@ footer span:first-child {
font-size: 10px;
}
}
.anchor-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}