Skip to content

Index page: wider content area + DANDI favicon#164

Merged
bendichter merged 1 commit into
masterfrom
index-aesthetics-wider-favicon
May 13, 2026
Merged

Index page: wider content area + DANDI favicon#164
bendichter merged 1 commit into
masterfrom
index-aesthetics-wider-favicon

Conversation

@bendichter
Copy link
Copy Markdown
Member

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 only 1160 - 32*2 - 340 - 64 = 696px wide. 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.

- max-width: 1160px;
+ max-width: 1480px;

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

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>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

Preview for this PR has been removed (PR closed).

github-actions Bot added a commit that referenced this pull request May 13, 2026
@bendichter bendichter merged commit 4607e92 into master May 13, 2026
3 checks passed
github-actions Bot added a commit that referenced this pull request May 13, 2026
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.

1 participant