Enhance device animator styles by enforcing background and border properties, adjusting overflow, and resetting border-radius
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user