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