fix-attempt 2 on issue 59
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 12:57:48 +01:00
parent 6b0dceeac0
commit 6c2da805f0
4 changed files with 4 additions and 4 deletions

View File

@@ -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(() => {

View File

@@ -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}

View File

@@ -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 = () => {

View File

@@ -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(() => {