fix firefox problems (#329)

This commit is contained in:
Murilo Brito 2025-07-12 14:14:44 -03:00 committed by GitHub
parent dee398347f
commit 3f4c884974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 3 deletions

View file

@ -9,6 +9,7 @@
gap: 15px 0; gap: 15px 0;
height: 100%; height: 100%;
width: 100%; width: 100%;
padding-bottom: 0;
.adversary-sidebar-sheet { .adversary-sidebar-sheet {
grid-row: 1 / span 2; grid-row: 1 / span 2;

View file

@ -110,10 +110,11 @@
justify-content: space-evenly; justify-content: space-evenly;
.status-bar { .status-bar {
display: flex;
justify-content: center;
position: relative; position: relative;
width: 100px; width: 100px;
height: 40px; height: 40px;
justify-items: center;
.status-label { .status-label {
position: relative; position: relative;

View file

@ -9,6 +9,7 @@
gap: 15px 0; gap: 15px 0;
height: 100%; height: 100%;
width: 100%; width: 100%;
padding-bottom: 0;
overflow: auto; overflow: auto;
.character-sidebar-sheet { .character-sidebar-sheet {

View file

@ -70,10 +70,11 @@
justify-content: space-evenly; justify-content: space-evenly;
.status-bar { .status-bar {
display: flex;
justify-content: center;
position: relative; position: relative;
width: 100px; width: 100px;
height: 40px; height: 40px;
justify-items: center;
.status-label { .status-label {
position: relative; position: relative;

View file

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