Add household members monthly cost to stats

This commit is contained in:
ellite
2023-11-11 21:14:43 +01:00
parent fb24b6779d
commit 1e8d0d05da
2 changed files with 47 additions and 6 deletions
+10 -1
View File
@@ -1049,13 +1049,22 @@ input[type="checkbox"] {
flex-basis: 31%;
flex-shrink: 0;
box-sizing: border-box;
}
.statistic.empty {
background-color: transparent;
border: none;
box-shadow: none;
}
@media (max-width: 768px) {
.statistic {
flex-basis: 100%;
}
.statistic.empty {
display: none;
}
}
.statistic > span {