[wp-trac] [WordPress Trac] #40579: Plugin names no longer showing up in core views
WordPress Trac
noreply at wordpress.org
Wed May 10 18:24:50 UTC 2017
#40579: Plugin names no longer showing up in core views
---------------------------------------+-----------------------------
Reporter: Otto42 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.8
Component: Plugins | Version:
Severity: normal | Resolution:
Keywords: has-patch has-screenshots | Focuses: administration
---------------------------------------+-----------------------------
Comment (by afercia):
@mrwweb excellent codepen and testing :) A few considerations:
the previous patch was removing also the top right left used for position
relative, because as far as I know they don't do absolutely anything when
set to `0` :)
{{{
position: relative;
top: 0;
right: 0;
left: 0;
}}}
I'd consider to remove them.
Couldn't get the math behind `max-width: 665px;` seems to me theres a bit
more space and it should be `max-width: 680px;`
The previous patch was also fixing the vignette in the responsive view,
since seems to me width value of `800%` is a bit too much. The vignette
extends to the right and the shadow effect is lost, this should be fixed:
[[Image(https://cldup.com/ftHNGOcWEA.png)]]
There is an edge case when the modal height is very small, the toolbar and
the plugin name may overlap the footer because of their z-index. This is a
pre-existing issue and I'm not sure it should be fixed in this ticket, or
fixed at all.
[[Image(https://cldup.com/_qqI4cyQk5.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40579#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list