vinta-awesome-python/website/static
Vinta Chen 49eae1aba3
fix(website): center back-to-top button using left/margin instead of right
Previously used right: max(1.5rem, calc(50vw - 700px + 0.5rem)) which
caused the button to overlap content at certain viewport widths. Switch
to left: 50% with margin-left: -2rem to keep it centered relative to
the viewport without interfering with sidebar or content layout.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 02:19:40 +08:00
..
favicon.svg feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
main.js feat(website): add back-to-top button 2026-03-22 02:17:57 +08:00
style.css fix(website): center back-to-top button using left/margin instead of right 2026-03-22 02:19:40 +08:00