kgarner7 / miniflux-nord-theme

MIT License
13 stars 0 forks source link

iPhone Status Bar Adaptation #1

Open joyoner opened 1 year ago

joyoner commented 1 year ago

Thanks for providing such an excellent theme, but when I use iPhone web app, the status bar is still pure white/pure black, can I extend the background color to the status bar?

kgarner7 commented 1 year ago

Unfortunately, I don't think this is possible with pure css. You need a <meta> tag apple-mobile-web-app-status-bar-style more information from Apple to actually change the behavior. This might be better as an issue for Miniflux itself?

kgarner7 commented 1 year ago

See https://github.com/miniflux/v2/pull/1667

joyoner commented 1 year ago

thanks for your work