make sky chart bottom bar responsive and add FOV rotation slider for narrow screens#3
Merged
giancarloerra merged 1 commit intomainfrom Mar 10, 2026
Merged
Conversation
… for narrow screens - Add flex-wrap to quick-bar so buttons reflow dynamically at any screen width instead of only at the fixed 480px breakpoint - Simplify 480px media query to spacing/font adjustments only - Add a Camera Angle slider row that appears in the bottom bar when it wraps to multiple rows, keeping FOV rotation accessible when the settings panel covers the sky view - Bidirectional sync between bottom-bar and panel rotation sliders
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.
Summary
Makes the sky chart bottom bar fully responsive and adds an inline FOV rotation
slider for narrower viewports.
Changes
flex-wrap: wrapatall widths, so buttons redistribute into multiple rows as soon as they no longer
fit — no more disappearing buttons at intermediate screen sizes.
"Cam Angle" slider appears at the bottom of the bar. This keeps the FOV rotation
control accessible without needing to open the settings panel (which overlays the
sky on narrow screens). The slider syncs bidirectionally with the panel slider.
font sizes; wrapping behaviour is handled dynamically.
How to test
/skychart.htmland manually resize the browser window narrower.stays in sync (and vice-versa).