feat: show name of most expensive subscription on statistics (#194)

This commit is contained in:
Miguel Ribeiro
2024-03-07 23:05:00 +01:00
committed by GitHub
parent 45b0a3b41d
commit ede08b1f6a
2 changed files with 39 additions and 6 deletions
+16
View File
@@ -1247,6 +1247,10 @@ input[type="checkbox"] {
box-sizing: border-box;
}
.statistic.short {
padding-bottom: 15px;
}
.statistic.empty {
background-color: transparent;
border: none;
@@ -1269,9 +1273,21 @@ input[type="checkbox"] {
}
.statistic > .title {
margin-top: 5px;
text-align: center;
}
.statistic > .subtitle {
font-size: 25px;
color: #8FBFFA;
margin-top: 10px;
text-align: center;
}
.statistic > .subtitle > img {
width: 100px;
}
.graphs {
display: flex;
flex-direction: row;