Refactor platform visual styles by removing background and border for device animator

This commit is contained in:
Matt Batchelder
2026-02-21 01:38:06 -05:00
parent 618ba6ded4
commit 3e211c376f

View File

@@ -1986,6 +1986,8 @@ p:last-child { margin-bottom: 0; }
/* ── 10b. Device Animator ───────────────────────────────────── */
.platform-visual.has-anim {
background: none;
border: none;
padding: 0;
overflow: hidden;
position: relative;