look inside button tweaks

This commit is contained in:
Seth Trowbridge 2025-12-05 14:05:46 -05:00
parent 84ae2ac3f7
commit d899a319e6

View File

@ -140,7 +140,14 @@ else
document.querySelector(".checkout-donate-header__wrapper").innerHTML = `<img src="https://info.truthforlife.org/hubfs/__Misc/year-end/donation-messge.jpg" style=" document.querySelector(".checkout-donate-header__wrapper").innerHTML = `<img src="https://info.truthforlife.org/hubfs/__Misc/year-end/donation-messge.jpg" style="
width: 100%; width: 100%;
margin-bottom: 2rem; margin-bottom: 2rem;
"><p class="padded_text checkout-donate-header">Your year-end donation will help sustain the global Gospel outreach of Truth&nbsp;For&nbsp;Life. <em>Thank&nbsp;you</em>.</p>` "><p class="padded_text checkout-donate-header">Your year-end donation will help sustain the global Gospel outreach of Truth&nbsp;For&nbsp;Life. <em>Thank&nbsp;you</em>.</p>`;
const style = document.querySelector(".checkout-product__button.look-inside_launch").style;
style.left = 0;
style.width = "100%";
style.position = "relative";
style.transform = "none";
return; return;
} }
} }