fix-attempt 2 on issue 59
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -72,7 +72,7 @@ export default {
|
||||
// console.log(data.matches)
|
||||
// }
|
||||
|
||||
document.getElementsByTagName('main')[0].style.background = 'rgba(0, 0, 0, .7)'
|
||||
document.getElementById('app').style.background = 'rgba(0, 0, 0, .7)'
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
|
@@ -97,7 +97,7 @@ export default {
|
||||
loadRecentVisited()
|
||||
store.commit('resetPlayerDetails')
|
||||
|
||||
document.getElementsByTagName('main')[0].style.background = 'none'
|
||||
document.getElementById('app').style.background = 'none'
|
||||
})
|
||||
|
||||
return {recentVisited, GoToPlayer, removeRecentVisited}
|
||||
|
@@ -340,7 +340,7 @@ export default {
|
||||
const scoreWrapper = document.getElementById('scoreWrapper')
|
||||
scoreWrapper.style.minHeight = height + 'px'
|
||||
|
||||
document.getElementsByTagName('main')[0].style.background = 'linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, .6) 100%)'
|
||||
document.getElementById('app').style.background = 'linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, .6) 100%)'
|
||||
})
|
||||
|
||||
window.onresize = () => {
|
||||
|
@@ -366,7 +366,7 @@ export default {
|
||||
|
||||
// console.log(store.state.playerDetails)
|
||||
|
||||
document.getElementsByTagName('main')[0].style.background = 'rgba(0, 0, 0, .7)'
|
||||
document.getElementById('app').style.background = 'rgba(0, 0, 0, .7)'
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
|
Reference in New Issue
Block a user