[wp-meta] [Making WordPress.org] #4732: The 'Get WordPress' button is lost between 950px & 1015px wide
Making WordPress.org
noreply at wordpress.org
Wed Dec 4 04:32:58 UTC 2019
#4732: The 'Get WordPress' button is lost between 950px & 1015px wide
-----------------------------+---------------------
Reporter: garrett-eclipse | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: has-screenshots |
-----------------------------+---------------------
Comment (by dufresnesteven):
Following up Alex's work...
This ticket ends up being a deployment task more so than a coding change.
I don't have access to run the deployment. Providing the fix is working
properly, the following needs to happen:
**__Done__**
**Built css and deploy to wporg-plugins (/plugins) as quiet test**
**__To Do__**
Build Theme CSS and deploy**
* wporg-main
* wporg-support
* wporg-themes
* wporg-breathe
* wporg-learn
** Update `min-width:821px` to `min-width:769px` in wp4.css (Line: 642)**
{{{
@media screen and (min-width:821px) {
#download-mobile {
display: none;
}
}
}}}
This controls the display of the the "Get WordPress" banner on the
homepage. It should turn off when we hit desktop.
**__Known Issues__**
There is a moment at 768px where the "Get Wordpress" button grows in
height and pushes down the content for an awkward layout.
See #[ticket:4848]
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4732#comment:8>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list