mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
Fix overflow on mobile.
This commit is contained in:
parent
682c892f53
commit
14d1a9fb54
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue