mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 01:56:04 +00:00
fix(registry): dark body background eliminates visible grid gaps
The #f6f6f4 off-white background was showing through the 30px grid gaps and behind translated cards during the zoom/unzoom transitions, creating visible white strips in the rendered video. Changed to #1a1a20 (near-black) so gaps read as intentional dark separators. Also added a .zoom-backdrop div behind the grid in the zoom demo that fades to the focus card's gold gradient during the transition, covering any gaps left by sibling cards translating off-screen. Co-authored-by: Kanyini <onebenson@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
overflow: hidden;
|
||||
background: #f6f6f4;
|
||||
background: #1a1a20;
|
||||
font-family: "Inter", system-ui, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user