Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30208 closed Bug (fixed)

Login header sizing is inconsistent when window resizes

Reported by: Matthias Kestenholz Owned by: nobody
Component: contrib.admin Version: 2.2
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description (last modified by Tim Graham)

The largest breakpoint's login header has a smaller padding (header height is only 32px instead of 52px as everywhere else) and the text is left-aligned which makes the text and size jump around in strange ways when resizing the window.

The size is correct when authenticated but the alignment also changes, but there it is OK since there's not only the branding, but also the user tools.

Attachments (1)

login.jpg (17.0 KB ) - added by Matthias Kestenholz 5 years ago.

Download all attachments as: .zip

Change History (5)

by Matthias Kestenholz, 5 years ago

Attachment: login.jpg added

comment:1 by Matthias Kestenholz, 5 years ago

comment:2 by Tim Graham, 5 years ago

Description: modified (diff)
Summary: Login header sizing is inconsistentLogin header sizing is inconsistent when window resizes
Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 5 years ago

Resolution: fixed
Status: newclosed

In c41e6c4:

Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.

comment:5 by Tim Graham <timograham@…>, 5 years ago

In d59c3fc1:

[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.

Backport of c41e6c4eb8049a1f0efcfd7c7fc3b3ca11207b5a from master.

Note: See TracTickets for help on using tickets.
Back to Top