mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
flex
This commit is contained in:
parent
72bc6e0cfe
commit
e5f9992955
@ -19,8 +19,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ads-container {
|
.ads-container {
|
||||||
flex: 1;
|
|
||||||
display: none;
|
display: none;
|
||||||
|
flex: 1;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher {
|
.launcher {
|
||||||
|
@ -341,7 +341,7 @@ if (window.location.pathname === '/') {
|
|||||||
const adsContainers = document.getElementsByClassName('ads-container');
|
const adsContainers = document.getElementsByClassName('ads-container');
|
||||||
for (let i = 0; i < adsContainers.length; i++) {
|
for (let i = 0; i < adsContainers.length; i++) {
|
||||||
const adsContainer = adsContainers[i] as HTMLElement;
|
const adsContainer = adsContainers[i] as HTMLElement;
|
||||||
adsContainer.style.display = 'block';
|
adsContainer.style.display = 'flex';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user