Skip to content

Limit sliced-axis slider width - #78

Open
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:limit-array-slider-width
Open

Limit sliced-axis slider width#78
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:limit-array-slider-width

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Fixes #62.

Sliced-axis range inputs currently scale their HTML width directly with the axis size. For large dimensions this can create extremely wide controls that require horizontal scrolling just to reach or interact with the slider.

Cap the slider at 500px while preserving the existing 40ch minimum and size-based scaling for smaller axes:

min(500px, max(40ch, size))

This keeps ordinary sliders unchanged while making large sliced dimensions usable without excessive horizontal scrolling.

The change is isolated to the ArrayViz slider style. No browser-based test suite was available locally, so this is opened as a draft for CI and review.

@sylvesterkaczmarek
sylvesterkaczmarek marked this pull request as ready for review August 15, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider limiting the max html width of a slider when slicing tensors

1 participant