Bug: registration page logo — small, off-center, ugly circular crop #118
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-landing#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone — discovered during playground review 2026-03-27. Playground already fixed.
Repo
forgejo_admin/westside-appWhat Broke
Registration page logo uses
logo.png(small nav logo) with.reg-logoCSS that appliesborder-radius: 50%(circular crop),width: 60px, andborder: 3px solid. Looks cramped and off-brand compared to other pages.Repro Steps
Expected Behavior
Full transparent hero logo (
logo-hero-transparent.png), 150px wide, centered, no circular crop. Matches playground atplayground.tail5b443a.ts.net/westside/register.html.Environment
File Targets
src/routes/(app)/register/+page.svelte— swap logo src tologo-hero-transparent.pngsrc/app.css— update.reg-logoclass: removeborder-radius,border,object-fit; setwidth: 150px,height: auto,display: block,margin: 0 autoAcceptance Criteria
Related
project-westside-basketball