[wp-trac] [WordPress Trac] #55200: Cannot add caption to images on mobile
WordPress Trac
noreply at wordpress.org
Mon Feb 21 15:56:15 UTC 2022
#55200: Cannot add caption to images on mobile
-----------------------------------------+------------------------------
Reporter: vincepettit | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 5.9
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: administration
-----------------------------------------+------------------------------
Changes (by sabernhardt):
* keywords: reporter-feedback needs-screenshots => has-screenshots needs-
patch
Comment:
Thanks for clarification. That panel apparently remains hidden at certain
sizes because selecting an image does not add the `visible` class.
{{{
@media only screen and (max-width: 640px), screen and (max-height: 400px)
{
.media-sidebar {
bottom: 120%;
}
.media-sidebar.visible {
bottom: 0;
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55200#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list