Merge pull request #3341 from mempool/mononaut/difficulty-skeleton-width

Fix difficulty skeleton width on firefox
This commit is contained in:
softsimon 2023-03-13 11:23:17 +09:00 committed by GitHub
commit 87bc7917d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;