Opened 9 years ago
Closed 8 years ago
#29992 closed defect (bug) (fixed)
Cramped tag action links on small screens
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Taxonomy | Keywords: | make-flow good-first-bug has-patch commit |
Focuses: | ui, administration | Cc: |
Description
The action links on taxonomy list tables are cramped on small screens.
We could fix this by hiding the Slug column on small screens.
Attachments (7)
Change History (22)
#3
@
9 years ago
- Keywords has-patch added
- Version set to trunk
Tested in iOS 8, 6 on iPhone 6, 3GS and Android 4, 4.4 on a Razr, Galaxy s5, all emulated.
29992.2.patch adds the same display rules for the users list page, matches svn paths and follows stylesheet @media rules established in other stylesheets.
#4
@
9 years ago
- Version trunk deleted
Instead of adding a new block, there's a rule dedicated to hiding columns on small screens:
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/list-tables.css?rev=29775#L1567
This would be the best place to add the selector.
Also, the user list is a little trickier to deal with, because there are some old rules to consider - see #29995. Let's keep the patch for this ticket to fixing the taxonomy list table. :-)
#5
@
9 years ago
That's true, but the breakpoint is <782. Wouldn't it be better to handle this just for smartphones? This would be following the same logic that's in common.css. If not, I won't fight it.
This ticket was mentioned in Slack in #core by pento. View the logs.
9 years ago
#11
@
8 years ago
29992.2.patch is the last agreed upon version. It needs to be tested with the latest on trunk. Otherwise, it should be good to go.
#12
@
8 years ago
Slug hides for iPhone 5 in both portrait and landscape. On an iPhone 6+, slug shows in landscape but hides in portrait. Slug shows for Macnchrome. Seems good.
Hide slug column for screen widths smaller than 480px