remove invisible text on mobile
This commit is contained in:
parent
7d483c4aab
commit
4ea772ba18
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue