From be30e4d59fb782123d17c6cb44f049c0eba1f58c Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sat, 21 Feb 2026 01:42:47 -0500 Subject: [PATCH] Enhance device animator styles by enforcing background and border properties, adjusting overflow, and resetting border-radius --- theme/assets/css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index b32a81c..beefafb 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -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; }