Fee box fixes.

This commit is contained in:
softsimon
2020-07-30 13:13:22 +07:00
parent bc92fb669b
commit 67dbea3faf
4 changed files with 16 additions and 14 deletions

View File

@@ -28,7 +28,10 @@
@media (max-width: 767.98px) {
.position-container {
left: 97%;
left: 95%;
}
.position-container.loading {
left: 50%;
}
}