Index page: wider content area + DANDI favicon#164
Merged
Conversation
Two small aesthetic improvements to the GitHub Pages index: - Bump max content width 1160 -> 1480px. The layout has a 340px sticky TOC + 64px gap, so the main column was only 724px wide; with notebook paths that can easily run 60+ chars, the per-notebook rows wrapped awkwardly. New main column is ~980px and dense notebook lists fit on one line. - Add a favicon link to DANDI's own /favicon.ico. The browser tab no longer shows the generic 'no icon' state. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Preview for this PR has been removed (PR closed). |
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.
Two small aesthetic improvements to the GitHub Pages index:
1. Content max-width 1160 → 1480 px
The layout is
340px sticky TOC + 64px gap + main column, so the main column was only1160 - 32*2 - 340 - 64 = 696pxwide. Notebook paths often run 60+ characters (000559/dattalab/markowitz_gillis_nature_2023/reproduce_figure_S1.ipynb, etc.) and were wrapping awkwardly. New main column is ~980 px and dense rows fit on one line.2. DANDI favicon
+ <link rel="icon" href="https://dandiarchive.org/favicon.ico">The browser tab no longer shows the generic blank-page icon. Sourced directly from
dandiarchive.org/favicon.ico— so if DANDI rebrands the icon, ours updates automatically with no extra change needed here.🤖 Generated with Claude Code