Compare commits
No commits in common. "3aaf5f5b3bab0da55a535561588de96cbc8d2acc" and "ee2d4b8aff5b086983ce1aa5f080632ca902790d" have entirely different histories.
3aaf5f5b3b
...
ee2d4b8aff
2 changed files with 3 additions and 7 deletions
|
@ -58,7 +58,7 @@
|
|||
display: grid;
|
||||
width: calc(5em * 0.5 * var(--scale));
|
||||
height: calc(8em * 0.5 * var(--scale));
|
||||
margin-left: 4.1em;
|
||||
margin-left: 5.1em;
|
||||
z-index: 2;
|
||||
grid-template-rows: repeat(8, 1fr);
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
|
||||
#status {
|
||||
margin-top: 1em;
|
||||
margin-top: 0.5em;
|
||||
line-height: 2;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
|
@ -146,11 +146,7 @@ export default {
|
|||
},
|
||||
removeSplash () {
|
||||
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
|
||||
const splashscreenRoot = document.querySelector('#splash')
|
||||
splashscreenRoot.addEventListener('transitionend', () => {
|
||||
splashscreenRoot.remove()
|
||||
})
|
||||
splashscreenRoot.classList.add('hidden')
|
||||
document.querySelector('#splash').classList.add('hidden')
|
||||
document.querySelector('#app').classList.remove('hidden')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue