ui: move slideIframe to center

This commit is contained in:
Krishav Raj Singh 2025-08-24 00:30:32 +05:30
parent 524758d1dd
commit 67a5bfa431
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ export function FullScreenPresentationViewer({
transformOrigin: '0 0',
position: 'absolute',
top: 0,
left: 0,
left: `calc((100% - ${1920 * scale}px) / 2)`,
willChange: 'transform',
backfaceVisibility: 'hidden',
WebkitBackfaceVisibility: 'hidden'