Bug: Sign-in and registration page logos not centered — playground styles never ported #163
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#163
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 visual validation of sign-in and registration pages.
Repo
forgejo_admin/westside-landingWhat Broke
Logos on
/signinand/registerpages are left-aligned instead of centered. The playground prototype atwestside-playground/shared/style.csshas complete signin/register styles withmargin: 0 auto 1remfor centering, but these were never ported toapp.cssin the SvelteKit app.Key missing CSS:
.signin-logoand.reg-logoneedmargin: 0 auto 1rem; display: block;to center within their parent containers.Repro Steps
/signin— logo appears left-aligned on wider viewports/register— logo is clearly left-aligned, not centeredExpected Behavior
Logos centered on both pages, matching playground prototype.
Environment
westside-playground/shared/style.csslines 2668-2876 (signin), 1852-1876 (register)Acceptance Criteria
Related
project-westside-basketballfeedback_svelte_is_html— playground to production is literal copy-paste