chore(box): measure the black band instead of guessing at it again - #36
Merged
Conversation
TEMPORARY. Four rounds of theory have not settled where the band under the tab bar comes from, and every measurement so far has been mine on a desktop browser — which has no notch, no home indicator and no standalone window. A line in the Box tab reports the five numbers that tell the three remaining stories apart: the window height, the visual viewport, where the shell ends, where the tab bar ends, and the home indicator's inset. If the shell and the bar both end at the window height, the band is outside the web view and no CSS in this repo can reach it — which is worth knowing before writing any more of it. Comes straight back out once it has been read once. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporary, and it comes back out as soon as it has been read once.
Four rounds of theory have not settled the black band under Fredrik's tab bar. Every measurement so far has been mine, in a desktop browser — no notch, no home indicator, no standalone window. The meta tags and manifest check out (
viewport-fit=cover,black-translucent,standalone,background_color: #0d0d0d), the shell paintshtml,bodyand.appall in--surface, and at 320×568 / 430×932 / 844×390 the bar sits on the bottom edge withgap: 0.So one line in the Box tab reports the five numbers that separate the three remaining stories:
npm run verify: 809 passed.🤖 Generated with Claude Code