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 ───────────────────────────────────── */
|
/* ── 10b. Device Animator ───────────────────────────────────── */
|
||||||
.platform-visual.has-anim {
|
.platform-visual.has-anim {
|
||||||
background: none;
|
background: none !important;
|
||||||
border: none;
|
border: none !important;
|
||||||
|
border-radius: 0;
|
||||||
|
aspect-ratio: unset;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user