Compare commits

..

No commits in common. "b11da187b81b80d30f859ddeaeb9e1794ab6c3c4" and "116019547eab5d8a747014e2ae5445d16af1c31f" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View file

@ -22,7 +22,7 @@
font-family: sans-serif;
color: #b9b9ba;
position: absolute;
z-index: 999999;
z-index: 99;
"
>
<img

View file

@ -46,11 +46,9 @@ export default {
}),
watch: {
themeApplied (value) {
this.$nextTick(() => {
document.querySelector('#app').classList.remove('hidden')
document.querySelector('#splash').classList.add('hidden')
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
})
document.querySelector('#app').classList.remove('hidden')
document.querySelector('#splash').classList.add('hidden')
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
}
},
created () {