fix: tech-debt batch 5 — CSS cleanup #361

Merged
jmiller merged 1 commits from fix/tech-debt-batch-5 into dev 2026-05-31 16:19:40 +00:00
Owner

Summary

  • --border-radius-full: Replace magic 99999px with calc(infinity * 1px) — the semantically correct way to express "as round as possible"
  • Remove .center class: A dirty patch from 2015 that was only used in 6 templates. Replaced with tw-text-center utility.

Refs #318

Test plan

  • Verify pill-shaped elements (badges, tags) still render correctly
  • Verify install page, home page, forgot-password page text alignment

🤖 Generated with Claude Code

## Summary - **`--border-radius-full`**: Replace magic `99999px` with `calc(infinity * 1px)` — the semantically correct way to express "as round as possible" - **Remove `.center` class**: A dirty patch from 2015 that was only used in 6 templates. Replaced with `tw-text-center` utility. Refs #318 ## Test plan - [ ] Verify pill-shaped elements (badges, tags) still render correctly - [ ] Verify install page, home page, forgot-password page text alignment 🤖 Generated with [Claude Code](https://claude.com/claude-code)
jmiller added 1 commit 2026-05-31 16:19:26 +00:00
fix: resolve tech-debt batch 5 — CSS cleanup
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
PR RC Release / Build RC Release (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
c07443aa87
- fix(css): use calc(infinity * 1px) for --border-radius-full instead
  of magic 99999px value (supported in all modern browsers)
- fix(css): remove legacy .center class from 2015, replace 6 usages
  with tw-text-center utility class

Refs #318

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit f73f628403 into dev 2026-05-31 16:19:40 +00:00
jmiller deleted branch fix/tech-debt-batch-5 2026-05-31 16:19:40 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#361