Fix difficulty skeleton width on firefox

This commit is contained in:
Mononaut 2023-03-13 10:28:26 +09:00
parent 5e4131b474
commit 9030d95207
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
flex-direction: row;
}
.item {
min-width: 120px;
max-width: 150px;
margin: 0;
width: -webkit-fill-available;

View File

@ -46,6 +46,7 @@
flex-direction: row;
}
.item {
min-width: 120px;
max-width: 150px;
margin: 0;
width: -webkit-fill-available;