fix: incorrect styles in base.html from #3431 (#3486)

This commit is contained in:
dni ⚡
2025-11-10 11:48:09 +01:00
committed by GitHub
parent 35af181e24
commit 37ba437ad1
4 changed files with 18 additions and 59 deletions
+9
View File
@@ -377,3 +377,12 @@ video {
padding: 1rem;
}
}
.wallet-list-card {
margin-top: 1px;
margin-right: 1rem;
}
.wallet-list-card:first-child {
margin-left: 1px;
}