mirror of
https://github.com/siv-org/siv.git
synced 2026-01-07 17:43:52 -05:00
InitMalwareCheck: Prevent page-reflow on QR load
This commit is contained in:
@@ -74,7 +74,7 @@ export const MalwareCheckQRCode = ({ url }: { url: string }) => {
|
||||
>
|
||||
<h4 className="mt-4 mb-0 text-sm font-semibold">Scan to Begin</h4>
|
||||
|
||||
<div className="p-2.5" ref={smallQrRef} />
|
||||
<div className="p-2.5 w-[170px] h-[175px]" ref={smallQrRef} />
|
||||
|
||||
<div className="flex mb-2 text-gray-500 transition-colors group-hover:text-gray-900">
|
||||
<FullscreenOutlined className="text-[14px] mr-1.5" />
|
||||
|
||||
Reference in New Issue
Block a user