remove invisible text on mobile

This commit is contained in:
rift 2024-01-06 13:16:32 -06:00
parent 7d483c4aab
commit 4ea772ba18

View file

@ -103,7 +103,7 @@ export function IframeHeader(props: { url: string }) {
<div className="w-1/8"> <div className="w-1/8">
<div className="flex flex-row items-center"> <div className="flex flex-row items-center">
<img src={proxiedFavicon} className="h-12 w-12 p-2"></img> <img src={proxiedFavicon} className="h-12 w-12 p-2"></img>
<h1 className="font-roboto text-md invisible whitespace-nowrap font-bold text-text-color sm:visible sm:text-lg"> <h1 className="font-roboto text-md whitespace-nowrap font-bold text-text-color sm:visible sm:text-lg">
{proxiedTitle ? proxiedTitle : "Loading..."} {proxiedTitle ? proxiedTitle : "Loading..."}
</h1> </h1>
</div> </div>