1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-23 07:28:49 -07:00
parent 72bc6e0cfe
commit e5f9992955
2 changed files with 4 additions and 2 deletions

View File

@@ -341,7 +341,7 @@ if (window.location.pathname === '/') {
const adsContainers = document.getElementsByClassName('ads-container');
for (let i = 0; i < adsContainers.length; i++) {
const adsContainer = adsContainers[i] as HTMLElement;
adsContainer.style.display = 'block';
adsContainer.style.display = 'flex';
}
});
}