Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #63571


Ignore:
Timestamp:
06/16/2025 01:34:48 PM (6 months ago)
Author:
sabernhardt
Comment:

[26134] intentionally set the padding to 20 pixels on the top and bottom so the links in that section would have adequate spacing for touchscreen interactivity.

40 pixels between each line seems high when the font size is still only 13px, but touch targets smaller than 24 pixels must be at least 24 pixels away from other targets to meet WCAG Success Criterion 2.5.8. The minimum would be padding: 12px 10px, and I would prefer not to reduce it to less than padding: 15px 10px after eleven years at the higher value (if at all).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63571

    • Property Keywords has-patch added; needs-patch removed
    • Property Version changed from to 3.8
  • Ticket #63571 – Description

    initial v2  
    1 On the Edit Media screen (/wp-admin/post.php?post=<id>&action=edit) in the WordPress admin area, the right-hand sidebar (containing file metadata like upload date, file URL, dimensions, etc.) exhibits uneven and excessive vertical spacing between items when viewed on mobile devices.
     1On the Edit Media screen (`/wp-admin/post.php?post=<id>&action=edit`) in the WordPress admin area, the right-hand sidebar (containing file metadata like upload date, file URL, dimensions, etc.) exhibits uneven and excessive vertical spacing between items when viewed on mobile devices.
    22
    33This is not visible on desktop but becomes evident on smaller screen widths. The spacing between elements like "Uploaded on", "Uploaded by", "File URL", and "Download file" becomes disproportionate, affecting usability and visual coherence.