Artifact publishing now preserves notch/safe-area padding for full-bleed HTML artifacts
When Claude Code publishes an artifact that contains a nested HTML document with a <meta name="viewport-fit" content="cover"> tag (which tells a browser to let content extend into notch or rounded-corner areas of a screen), the publishing pipeline now detects that tag and injects a stylesheet adding padding based on the device's safe-area insets, plus adjusted scroll padding.
This keeps full-bleed layouts that intentionally extend under a phone's notch or curved edges looking correct after the artifact is repackaged during publishing, instead of having content clipped or obscured.