Opened 9 years ago
Closed 8 years ago
#1417 closed enhancement (worksforme)
CSS issue on plugin pages, mobile viewing
Reported by: | MrFlannagan | Owned by: | samuelsidler |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | ui-feedback good-first-bug has-patch |
Cc: |
Description (last modified by )
I wrote a blog post on this and someone suggested I submit here. I found the css adjstument I made below my link to the bug description on my blog seems to fix it:
http://whoischris.com/this-bothers-me-more-than-it-should-or-should-it/
@media screen and (max-width: 960px) { .col-10, .col-10 .col-3 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 5px 0; padding: 0 15px; } }
Attachments (2)
Change History (8)
#3
@
9 years ago
- Keywords has-patch added
1417.patch adjusts line-height
of the h2
to match the height of its' container, which means we can get rid of the padding there and we don't have to rely on the padding-top
for the login area, which allows us to properly pad the container without needing media queries.
Before patch:
After patch:
This ticket was mentioned in Slack in #meta by ocean90. View the logs.
9 years ago
#6
@
8 years ago
- Resolution set to worksforme
- Status changed from assigned to closed
This appears to have been fixed (for plugins at least) in the latest version of the new design.
wordpress.org/plugins-wp/ looks nice on mobile and resizes properly.
I'm closing this. If it's still a problem, we can reopen :)
Worksforme because of new directory work! Yay!
The issue mentioned on the blog post is that the login button on mobile devices touches the banner. Probably needs a bit of padding there.
Patch would need to be made somewhere in the main wp4.css file:
https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/style/wp4.css
Header bump would be required after push for cache busting.