Make WordPress Core

Changeset 54684


Ignore:
Timestamp:
10/24/2022 09:41:26 PM (17 months ago)
Author:
audrasjb
Message:

Editor: Fix modal height responsiveness on link popup editor.

Fix the responsive breakpoint styles for short vertical viewports on the link popup modal. Follow-up to [54216].

Props sabernhardt, joedolson.
Fixes #53174.
Merges [54660] to the 6.1 branch.

Location:
branches/6.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1

  • branches/6.1/src/wp-includes/css/editor.css

    r54216 r54684  
    13941394#wp-link-wrap {
    13951395    height: 600px;
    1396     margin-top: -250px;
     1396    margin-top: -300px;
    13971397}
    13981398
     
    16891689}
    16901690
    1691 @media screen and (max-height: 520px) {
     1691@media screen and (max-height: 620px) {
    16921692    #wp-link-wrap {
    16931693        transition: none;
Note: See TracChangeset for help on using the changeset viewer.