Skip to content

Commit

Permalink
add safe center when supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark committed Jan 18, 2025
1 parent 7641d41 commit 9493d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/editor/Output.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ const ExpandableOutput = React.memo(
{...props}
className={cn(
"relative fullscreen:bg-background fullscreen:flex fullscreen:items-center fullscreen:justify-center",
"fullscreen:[align-items:safe_center]",
props.className,
)}
ref={containerRef}
Expand Down

0 comments on commit 9493d11

Please sign in to comment.