Release 0.14.0-alpha #42

Merged
uz1mani merged 109 commits from staging into main 2026-03-12 12:12:03 +00:00
26 changed files with 1650 additions and 798 deletions
Showing only changes of commit 1a75b44c68 - Show all commits

View File

@@ -111,7 +111,7 @@ export default function Globe({ data, className }: GlobeProps) {
return ( return (
<div className={`relative w-full h-full overflow-hidden ${className ?? ''}`}> <div className={`relative w-full h-full overflow-hidden ${className ?? ''}`}>
<div className="absolute left-1/2 -translate-x-1/2 top-[15%] aspect-square w-[130%]"> <div className="absolute left-1/2 -translate-x-1/2 top-0 aspect-square w-[130%]">
<canvas <canvas
className="size-full opacity-0 transition-opacity duration-500" className="size-full opacity-0 transition-opacity duration-500"
style={{ contain: 'layout paint size' }} style={{ contain: 'layout paint size' }}