#45 - Style system-config tutorial: enlarge platform tabs, scope TOC …#80
Merged
Merged
Conversation
…to active tab Refine the IGX Orin / DGX Spark dual-platform UX so the two reference platforms read as a clear top-level choice and the right-hand TOC stops exposing links that lead into the hidden tab. - Wrap the platform-tab block in <div class="platform-tabs"> and enlarge its tab labels via a scoped CSS rule, leaving every nested sub-tab (tune_system.py / manual, One-time / Persistent, …) at the default size. - Add platform-tab-toc.js + a :has() CSS rule that hide TOC entries for the inactive platform, so anchor links into hidden content disappear and the TOC mirrors what is on screen. - Trim the intro: drop the "tabs are linked" implementation note and the PR #41 reference, soften "pick yours below" to "pick the one closest to yours below". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Ramya Gurunathan <rgurunathan@nvidia.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.
…to active tab
Refine the IGX Orin / DGX Spark dual-platform UX so the two reference platforms read as a clear top-level choice and the right-hand TOC stops exposing links that lead into the hidden tab.