diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 442227d..8493793 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -2,6 +2,7 @@ import { useState } from "preact/hooks"; import { useTranslation } from "react-i18next"; import { Link } from "preact-router"; import { RiPictureInPictureExitFill, RiFullscreenFill } from "react-icons/ri"; +import { FaXmark } from "react-icons/fa6"; export function IframeHeader(props: { url: string }) { const { t } = useTranslation(); @@ -41,6 +42,9 @@ export function IframeHeader(props: { url: string }) { className="duration-0500 h-6 w-6 cursor-pointer text-navbar-text-color transition-all hover:scale-110 hover:brightness-125 active:rotate-90" onClick={() => setFullScreen(true)} /> + + + diff --git a/src/pages/ProxyFrame.tsx b/src/pages/ProxyFrame.tsx index 4d84287..5d5bb07 100644 --- a/src/pages/ProxyFrame.tsx +++ b/src/pages/ProxyFrame.tsx @@ -77,9 +77,7 @@ export function ProxyFrame(props: { url: string }) {
{proxyMode === "direct" &&

Loading {localProxy}...

} {proxyMode === "aboutblank" &&

Loading {localProxy}...

} - {proxyMode === "embed" && ( -