mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-05 18:15:08 +00:00
testing black-translucent option for status bar
This commit is contained in:
parent
f27cb4867e
commit
b4dad36b89
@ -2,7 +2,7 @@ const PWAHead = () => (
|
|||||||
<>
|
<>
|
||||||
<meta name="apple-mobile-web-app-title" content="ClipFusion" />
|
<meta name="apple-mobile-web-app-title" content="ClipFusion" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-touch-fullscreen" content="yes" />
|
<meta name="apple-touch-fullscreen" content="yes" />
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
<meta name="theme-color" content="var(--background)" />
|
<meta name="theme-color" content="var(--background)" />
|
||||||
|
@ -273,7 +273,7 @@ function SidebarTrigger({
|
|||||||
}}
|
}}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
{open ? <PanelLeftCloseIcon/> : <PanelLeftOpenIcon/>}
|
{open ? <PanelLeftOpenIcon/> : <PanelLeftCloseIcon/>}
|
||||||
<span className="sr-only">Toggle Sidebar</span>
|
<span className="sr-only">Toggle Sidebar</span>
|
||||||
</Button>
|
</Button>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user