#5577 closed defect (bug) (fixed)
Support Forums: Topic indicator hides first letter of the title on mobile devices
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch needs-design-feedback |
Cc: |
Description
On mobile devices (max-width: 568px)
the topic header has padding-left: 1rem;
instead of 2rem
as on larger screens.
Topic indicators sticky, .super-sticky and .status-closed have an absolute position of left: -2px;
that doesn't change on mobile devices.
Because of that, on mobile devices, topic indicators will hide the first letter of the topic title. This caugh my attention in a plugin update release sticky topic where I read .0.6 released instead of 1.0.6 released - quite funny.
Proposed solution: on devices (max-width: 568px)
the topic indicators should have left: -16px;
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 10600: