shove #files aside while prologue sandbox is loading

This commit is contained in:
ed 2023-01-31 21:02:58 +00:00
parent 78d2f69ed5
commit b47635150a
2 changed files with 4 additions and 5 deletions

View file

@ -811,6 +811,9 @@ html.y #path a:hover {
.logue>iframe.focus {
box-shadow: 0 0 .1em .1em var(--a);
}
#pro.logue>iframe {
height: 100vh;
}
#pro.logue {
margin-bottom: .8em;
}

View file

@ -5761,7 +5761,6 @@ var wfp_debounce = (function () {
r.n = 0;
clearTimeout(r.t);
ebi('wfp').style.opacity = 'unset';
ebi('wrap').style.opacity = 'unset';
}
};
r.reset = function () {
@ -6760,11 +6759,8 @@ function sandbox(tgt, rules, cls, html) {
hash = location.hash,
want = '';
if (!cls) {
if (!cls)
wfp_debounce.hide();
if (tid == 'pro')
ebi('wrap').style.opacity = 0.2;
}
if (hash.startsWith('#md-'))
want = hash.slice(1);