fix(frontend): alinhar stats e adicionar modais de pontuacao clicaveis

This commit is contained in:
Frederico Castro
2025-12-22 05:38:05 -03:00
parent 06f241aea0
commit 46ffe72fef

View File

@@ -226,6 +226,17 @@
.stat { .stat {
text-align: center; text-align: center;
min-width: 78px; min-width: 78px;
display: flex;
flex-direction: column;
align-items: center;
}
.stat-value,
.score-value {
height: 36px;
display: flex;
align-items: center;
justify-content: center;
} }
.stat-value { .stat-value {