Opened 10 years ago
Closed 10 years ago
#28393 closed defect (bug) (fixed)
Login logo is cut off slightly
Reported by: | DrewAPicture | Owned by: | helen |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Attachments (3)
Change History (12)
#2
@
10 years ago
I'm seeing this only in Firefox and I this can't be intentional. If someone can come up with a patch feel free to re-open.
Seems like increasing the height/width by 4px to 84px fixes it.
#3
@
10 years ago
- Milestone set to Future Release
- Resolution invalid deleted
- Status changed from closed to reopened
Seeing this too in Firefox (29).
#4
@
10 years ago
- Keywords has-patch added
- Milestone changed from Future Release to 4.0
Confirmed in Firefox. Bumping the height doesn't fix it for me, but 28393.patch does.
#6
@
10 years ago
I'm not sure making it smaller is the right answer. Do we know what's causing this? I'm not turning up anything, and it seems to be directly related to the actual size of the background image (maybe a rounding issue, although that doesn't make sense going from 64 -> 80). I think I'd rather go a little bigger if we need to change the size.
#7
@
10 years ago
After playing around with it, seems like a rounding issue as @helen suggests. The original is 64x64, bumping background-size: 79px 79px
works all the way down to background-size: 75px 75px
, where the problem represents itself.
Hmm, seems intentional after looking at 3.8/3.9 login screens. Maybe I just never noticed it.