Ticket #53174: 53174.4.diff
File 53174.4.diff, 2.5 KB (added by , 2 years ago) |
---|
-
src/wp-includes/css/editor.css
1392 1392 } 1393 1393 1394 1394 #wp-link-wrap { 1395 height: 5 00px;1395 height: 540px; 1396 1396 margin-top: -250px; 1397 1397 } 1398 1398 … … 1407 1407 #link-modal-title { 1408 1408 background: #fff; 1409 1409 border-bottom: 1px solid #dcdcde; 1410 height: 36px;1411 1410 font-size: 18px; 1412 1411 font-weight: 600; 1413 1412 line-height: 2; … … 1459 1458 -webkit-overflow-scrolling: touch; 1460 1459 padding: 0 16px; 1461 1460 position: absolute; 1462 top: 37px;1461 top: calc(2.15384615em + 16px); 1463 1462 left: 0; 1464 1463 right: 0; 1465 bottom: 44px; 1464 bottom: calc(2.15384615em + 19px); 1465 display: flex; 1466 flex-direction: column; 1467 overflow: auto; 1466 1468 } 1467 1469 1468 1470 #wp-link ol, … … 1497 1499 #wp-link #link-options label span, 1498 1500 #wp-link #search-panel label span.search-label { 1499 1501 display: inline-block; 1500 width: 80px;1502 width: 120px; 1501 1503 text-align: right; 1502 1504 padding-right: 5px; 1503 1505 max-width: 24%; … … 1513 1515 #wp-link .link-search-wrapper { 1514 1516 margin: 5px 0 9px; 1515 1517 display: block; 1516 overflow: hidden;1517 1518 } 1518 1519 1520 #wp-link .query-results { 1521 position: absolute; 1522 width: calc(100% - 32px); 1523 } 1524 1519 1525 #wp-link .link-search-wrapper .spinner { 1520 1526 float: none; 1521 1527 margin: -3px 0 0 4px; … … 1523 1529 1524 1530 #wp-link .link-target { 1525 1531 padding: 3px 0 0; 1526 white-space: nowrap;1527 overflow: hidden;1528 text-overflow: ellipsis;1529 1532 } 1530 1533 1531 1534 #wp-link .link-target label { … … 1537 1540 margin: 0 0 12px; 1538 1541 background: #fff; 1539 1542 overflow: auto; 1540 position: absolute; 1541 left: 16px; 1542 right: 16px; 1543 bottom: 0; 1544 top: 166px; 1543 max-height: 230px; 1545 1544 } 1546 1545 1547 .has-text-field #wp-link .query-results {1548 top: 210px;1549 }1550 1551 1546 #wp-link li { 1552 1547 clear: both; 1553 1548 margin-bottom: 0; … … 1662 1657 } 1663 1658 1664 1659 @media screen and (max-width: 782px) { 1665 #wp-link-wrap {1666 margin-top: -140px;1667 }1668 1669 #wp-link-wrap .query-results {1670 top: 195px;1671 }1672 1673 #wp-link-wrap.has-text-field .query-results {1674 top: 235px;1675 }1676 1677 1660 #link-selector { 1678 1661 padding: 0 16px 60px; 1679 1662 } 1680 1663 1681 1664 #wp-link-wrap #link-selector { 1682 bottom: 52px;1665 bottom: calc(2.71428571em + 23px); 1683 1666 } 1684 1667 1685 1668 #wp-link-cancel { … … 1717 1700 #link-selector { 1718 1701 overflow: auto; 1719 1702 } 1720 1721 #search-panel .query-results {1722 position: static;1723 }1724 1703 } 1725 1704 1726 1705 @media screen and (max-height: 290px) { … … 1736 1715 height: calc(100% - 92px); 1737 1716 padding-bottom: 2px; 1738 1717 } 1739 1740 #search-panel .query-results {1741 position: static;1742 }1743 1718 } 1744 1719 1745 1720 div.wp-link-preview {