[wp-meta] [Making WordPress.org] #2118: [Homepage] "Download WordPress" doesn't display at 820px width
Making WordPress.org
noreply at wordpress.org
Sat Oct 8 18:27:17 UTC 2016
#2118: [Homepage] "Download WordPress" doesn't display at 820px width
---------------------+---------------------
Reporter: mbabker | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: General | Resolution: fixed
Keywords: |
---------------------+---------------------
Changes (by Otto42):
* status: new => closed
* resolution: => fixed
Comment:
Changing the min-width on the #download-mobile to 821px eliminates the
issue by allowing that div to appear at 820px.
wp4.css line 636:
@media screen and (min-width:821px) {
#download-mobile {
display: none;
}
}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2118#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list