diff options
| author | hathach <[email protected]> | 2026-06-30 10:57:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-30 10:57:26 +0700 |
| commit | 461dff59119addc8df38fca6189a2b691c77dedc (patch) | |
| tree | 57c517953464d8199a631b7f61367a221a43251d /docs/_static/custom.css | |
| parent | 0657ecf72839dbed263624af524d10d77d9c2b06 (diff) | |
Fix code-review findings (changelog rendering, release skill, sidebar)
- changelog: fix 3 silent RST mis-renders carried over from the old monolith
— Markdown link in 0.7.0, mismatched/single backticks in 0.18.0 / 0.20.0
- make-release skill contributors one-liner: parallelize the gh fetch, anchor
the bot filter (was a substring that dropped handles like "abbott"), and join
with ", " (paste -sd cycles the delimiter -> "@a,@b @c"); finalize now stages
only the reviewed set (git add -A -- ':!.idea'); drop the obsolete CRLF gotcha
- make_release.py: emit LF not CRLF in the repository.yml insertion (fixes the
gotcha at the source)
- docs sidebar: drop the hardcoded furo component list; override brand.html to
include furo's own template + the sponsor button (decoupled from furo
internals, no upper-bound pin needed); move sponsor styles into custom.css
- .pre-commit-config.yaml: drop stale end-of-file-fixer excludes for the
deleted contributors/CoC include shims
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to 'docs/_static/custom.css')
| -rw-r--r-- | docs/_static/custom.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css index d64d26047..ee187e945 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -1,3 +1,13 @@ .clear-both { clear: both; } + +.sidebar-sponsor { + display: flex; + justify-content: center; + padding: 0.4rem var(--sidebar-item-spacing-horizontal) 0.6rem; +} +.sidebar-sponsor iframe { + border: 0; + border-radius: 6px; +} |
