fix hide acceleration button overflow

fixes #5276
This commit is contained in:
softsimon
2024-07-05 16:22:28 +09:00
parent 4cd70941f7
commit 8735b62510
2 changed files with 7 additions and 1 deletions

View File

@@ -167,6 +167,12 @@
}
}
@media (max-width: 767px){
.hide-on-mobile {
display: none;
}
}
.effective-fee-rating {
@media (max-width: 767px){
margin-right: 0px !important;