mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
Change modal display style from block to flex
This commit is contained in:
@@ -221,5 +221,5 @@ function openModal(player) {
|
|||||||
document.getElementById('modal-mined').innerText = player.stats.mined.toLocaleString();
|
document.getElementById('modal-mined').innerText = player.stats.mined.toLocaleString();
|
||||||
document.getElementById('modal-deaths').innerText = player.stats.deaths;
|
document.getElementById('modal-deaths').innerText = player.stats.deaths;
|
||||||
|
|
||||||
modal.style.display = "block";
|
modal.style.display = "flex";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user