Fix overflow on mobile.

This commit is contained in:
rift 2024-01-06 13:56:32 -06:00
parent 682c892f53
commit 14d1a9fb54

View file

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