training/dashboard(vaporwave): diagnostic bisect — hide floor/horizon/scanlines
This commit is contained in:
parent
cba10e27a5
commit
c55931f30a
2 changed files with 13 additions and 1 deletions
|
|
@ -236,6 +236,18 @@ body[data-theme="laser"] .bg-laser { display: block; }
|
|||
rgba(0, 0, 0, 0.14) 3px 5px);
|
||||
}
|
||||
|
||||
/* DIAGNOSTIC: bisect to isolate the glitch. Hide every animated /
|
||||
3D vaporwave element so only the static sky gradient + sun
|
||||
remain. If the glitch persists with this minimal setup, the
|
||||
problem isn't in the vaporwave layers at all — it's somewhere
|
||||
else (foreground stage views, prose transitions, scene
|
||||
IntersectionObserver paints, etc). */
|
||||
body[data-theme="vaporwave"] .vw-floor,
|
||||
body[data-theme="vaporwave"] .vw-horizon,
|
||||
body[data-theme="vaporwave"] .vw-scanlines {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* laser show — long beams rotating from screen center, palette colors.
|
||||
Beams JS-generated so count/thickness/blur sliders work. */
|
||||
.laser-beam {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>CIS490 — live</title>
|
||||
<link rel="stylesheet" href="/static/dashboard.css?v=7fae1ca0">
|
||||
<link rel="stylesheet" href="/static/dashboard.css?v=8a8102b2">
|
||||
</head>
|
||||
<body>
|
||||
<!-- SVG filter defs for the lava-lamp goo effect. Width/height 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue