Version 0.0.4
2026-08-05 07:52:46 UTC
Changed
1Changed spacing so it no longer grows with your text size — only the text does.
Margins, gaps and icon boxes were all sized in units that multiply with the root text size, so on a 360px phone at 1.5× text the side margins alone took 96px before a single word. Space is now measured against the screen and only type is measured against your text size. The drive screen is 18% shorter at 1.5× text and the account screen 25% shorter, with the type exactly the same size.
Fixed
2Fixed labels being squeezed into a one-character-wide column when the phone's text size is enlarged.
A label such as 「새 파일 기본 보관 기간」 sat next to controls that could not shrink, so the words were the only thing that could give — and they gave all the way down to one character per line. Labels now hold a width measured in characters, and the controls beside them drop to a second line instead.
Fixed the top bar running past the right edge at larger text sizes, which cut the language switch in half.