feat(#23): whitespace

This commit is contained in:
OllyNicholass
2024-02-11 18:38:18 +00:00
parent daf20b5139
commit 6fb0cf379d
+15 -19
View File
@@ -91,22 +91,18 @@
let disableEstimates: boolean = false;
let audioElement;
let showFireworks = false;
let fireworks: Fireworks
let fireworkOptions: FireworksOptions = {
opacity: 0.5,
let fireworks: Fireworks;
let fireworkOptions: FireworksOptions = {
opacity: 0.5,
sound: {
enabled: true,
files: [
'/sounds/explosion0.mp3',
'/sounds/explosion1.mp3',
'/sounds/explosion2.mp3'
],
volume: {
min: 1,
max: 2
}
files: ['/sounds/explosion0.mp3', '/sounds/explosion1.mp3', '/sounds/explosion2.mp3'],
volume: {
min: 1,
max: 2
}
}
}
};
let selectedCardSet;
function closeModal() {
@@ -394,11 +390,11 @@
}
.launch-pad {
position: fixed;
top: 0;
z-index: -1;
pointer-events: none;
left: 0;
right: 0;
position: fixed;
top: 0;
z-index: -1;
pointer-events: none;
left: 0;
right: 0;
}
</style>