Make WordPress Core

Ticket #53174: 53174.6.diff

File 53174.6.diff, 527 bytes (added by sabernhardt, 2 years ago)

edit negative margin and height breakpoint for taller popup

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

     
    13931393
    13941394#wp-link-wrap {
    13951395        height: 600px;
    1396         margin-top: -250px;
     1396        margin-top: -300px;
    13971397}
    13981398
    13991399#wp-link-wrap .wp-link-text-field {
     
    16881688        }
    16891689}
    16901690
    1691 @media screen and (max-height: 520px) {
     1691@media screen and (max-height: 620px) {
    16921692        #wp-link-wrap {
    16931693                transition: none;
    16941694                height: auto;