fix refresh-button staying yellow on mobile devices ++
This commit is contained in:
@@ -434,7 +434,6 @@ export default {
|
|||||||
await GetPlayer().then(() => {
|
await GetPlayer().then(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
refreshButton.classList.remove('animate')
|
refreshButton.classList.remove('animate')
|
||||||
refreshButton.blur()
|
|
||||||
}, 2000)
|
}, 2000)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -864,6 +863,15 @@ table {
|
|||||||
top: 25px;
|
top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.refresh-btn {
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
.fas {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.map {
|
.map {
|
||||||
padding-left: 2.2rem !important;
|
padding-left: 2.2rem !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user