fix firefox problems

This commit is contained in:
moliloo 2025-07-12 12:49:25 -03:00
parent dee398347f
commit ae9c2a9180
5 changed files with 11 additions and 3 deletions

View file

@ -45,7 +45,9 @@
justify-content: center;
.status-number {
justify-items: center;
display: flex;
flex-direction: column;
align-items: center;
.status-value {
position: relative;
@ -85,6 +87,8 @@
}
.status-bar {
display: flex;
justify-content: center;
position: relative;
width: 100px;
height: 40px;