#55508 closed defect (bug) (fixed)
Floating links in Save postbox
Reported by: | sabernhardt | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
When on smaller screens, links for "Uploaded by" and "Uploaded to" float to the opposite side of the text.
.misc-pub-section > a { float: right; font-size: 16px; }
Screenshot from @sumitsingh (#54811):
Attachments (2)
Change History (8)
#3
@
2 years ago
- Keywords has-patch added; needs-patch removed
Floating the links on mobile started with r26134 (25858.responsive.diff)
#4
@
2 years ago
- Keywords commit added
This looks good. It also has a small accessibility benefit, since correlating the left side / right side lay out for users with low vision at high zoom could be a problem. I'm not sure why this was ever aligned differently from on desktop; but I don't think it is any benefit. Marking for commit.
Note: See
TracTickets for help on using
tickets.
See #54811 for related issue. Probably can solve in a single patch.