This commit is contained in:
Abdul Wahab
2026-09-01 10:05:00 +05:00
parent 4199ad4bc4
commit 7e9a873499
2 changed files with 260 additions and 206 deletions
File diff suppressed because it is too large Load Diff
+8 -1
View File
@@ -1938,7 +1938,14 @@
to 918 by 492.21875. The live stage sizes to the board instead, so the
footprint is stated as the artboard ratio this drawing replaces, which
resolves to the same box at that width and still tracks a resize. */
.picker-board-stage > .picker-preview-motion[data-surface="experience"] {
#picker-form .picker-board-stage > .picker-preview-motion[data-surface="experience"] {
aspect-ratio: 1.865 / 1;
height: auto;
}
/* The rebuilt landing board carries picker-preview-layout, which brings the
layout screen's rule that drops the nav magnifier. The extraction file's
boards draw it, so the motion boards keep it. */
.picker-preview-motion.picker-preview-layout .ps-search {
display: inline !important;
}