Skip to content

v0.19.5

Choose a tag to compare

@ulsklyc ulsklyc released this 14 Apr 21:02
· 3260 commits to main since this release

Fixed

  • iOS PWA: black gap below bottom navigation in standalone mode - iOS reserves the home indicator area outside the CSS viewport, leaving a visible black strip. A fixed body::after pseudo-element now fills this area with the surface color. Also added explicit background-color to body element.