This commit is contained in:
Abdul Wahab
2026-09-01 10:04:59 +05:00
parent 40ff2b6eda
commit 80e26259e1
@@ -1134,6 +1134,8 @@ Array.prototype.forEach.call(document.querySelectorAll('.scaler'), function (sca
style.setAttribute('data-experiment', 'previews-38-41-proof-spacing');
style.textContent = [
'*, *::before, *::after { box-shadow: none !important; text-shadow: none !important; }',
cellNum === '40' || cellNum === '41' ? '.ps-proof { background-color: color-mix(in oklab, var(--pvs-band-alt) 65%, white) !important; }\n.ps-footer { background-color: color-mix(in oklab, var(--pvs-band) 65%, white) !important; }' : '',
cellNum === '40' ? '.ps-phone .ps-proof { column-gap: 16px !important; padding-right: var(--pvs-gutter) !important; }' : '',
'.ps-desktop .ps-proof { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }',
'.ps-phone .ps-proof { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; position: relative; top: 10px; }',
'.ps-phone .ps-editorial-copy { margin-top: 16px !important; }',