mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
removed empty space at the bottom of the page
This commit is contained in:
parent
086f949e38
commit
2a1d4163c0
2 changed files with 2 additions and 1 deletions
|
@ -1751,6 +1751,7 @@ export function apply(configObj) {
|
|||
`<div class="vm-placement" data-id="60bf73dae04cb761c88aafb5"></div>`
|
||||
);
|
||||
$("#ad_account").removeClass("hidden");
|
||||
$(".footerads").removeClass("hidden");
|
||||
} else {
|
||||
$("#adScript").remove();
|
||||
$(".footerads").remove();
|
||||
|
|
|
@ -4711,7 +4711,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerads">
|
||||
<div class="footerads hidden">
|
||||
<div
|
||||
id="ad_footer"
|
||||
style="display: flex; justify-content: center; justify-self: center"
|
||||
|
|
Loading…
Reference in a new issue