web/layout: adaptive status bar colors for desktop
mostly used by safari
This commit is contained in:
@@ -67,7 +67,15 @@
|
||||
{/if}
|
||||
|
||||
{#if device.is.mobile}
|
||||
<meta name="theme-color" content={statusBarColors[$currentTheme]} />
|
||||
<meta
|
||||
name="theme-color"
|
||||
content={statusBarColors.mobile[$currentTheme]}
|
||||
/>
|
||||
{:else}
|
||||
<meta
|
||||
name="theme-color"
|
||||
content={statusBarColors.desktop[$currentTheme]}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if plausibleLoaded || (browser && env.PLAUSIBLE_ENABLED && !$settings.privacy.disableAnalytics)}
|
||||
|
||||
Reference in New Issue
Block a user