Enhance device animator styles by enforcing background and border properties, adjusting overflow, and resetting border-radius

This commit is contained in:
Matt Batchelder
2026-02-21 01:42:47 -05:00
parent 3e211c376f
commit be30e4d59f

View File

@@ -1986,10 +1986,12 @@ p:last-child { margin-bottom: 0; }
/* ── 10b. Device Animator ───────────────────────────────────── */
.platform-visual.has-anim {
background: none;
border: none;
background: none !important;
border: none !important;
border-radius: 0;
aspect-ratio: unset;
padding: 0;
overflow: hidden;
overflow: visible;
position: relative;
font-size: inherit;
}