Ticket #53174: 53174.patch
File 53174.patch, 1.7 KB (added by , 3 years ago) |
---|
-
src/wp-includes/css/editor.css
1462 1462 top: 37px; 1463 1463 left: 0; 1464 1464 right: 0; 1465 bottom: 44px; 1465 bottom: calc(2.15384615em + 19px); 1466 display: flex; 1467 flex-direction: column; 1468 overflow: auto; 1466 1469 } 1467 1470 1468 1471 #wp-link ol, … … 1513 1516 #wp-link .link-search-wrapper { 1514 1517 margin: 5px 0 9px; 1515 1518 display: block; 1516 overflow: hidden;1517 1519 } 1518 1520 1519 1521 #wp-link .link-search-wrapper .spinner { … … 1523 1525 1524 1526 #wp-link .link-target { 1525 1527 padding: 3px 0 0; 1526 white-space: nowrap;1527 overflow: hidden;1528 text-overflow: ellipsis;1529 1528 } 1530 1529 1531 1530 #wp-link .link-target label { … … 1537 1536 margin: 0 0 12px; 1538 1537 background: #fff; 1539 1538 overflow: auto; 1540 position: absolute; 1541 left: 16px; 1542 right: 16px; 1543 bottom: 0; 1544 top: 166px; 1539 max-height: 190px; 1545 1540 } 1546 1541 1547 .has-text-field #wp-link .query-results {1548 top: 210px;1549 }1550 1551 1542 #wp-link li { 1552 1543 clear: both; 1553 1544 margin-bottom: 0; … … 1662 1653 } 1663 1654 1664 1655 @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 1656 #link-selector { 1678 1657 padding: 0 16px 60px; 1679 1658 } 1680 1659 1681 1660 #wp-link-wrap #link-selector { 1682 bottom: 52px;1661 bottom: calc(2.71428571em + 23px); 1683 1662 } 1684 1663 1685 1664 #wp-link-cancel { … … 1717 1696 #link-selector { 1718 1697 overflow: auto; 1719 1698 } 1720 1721 #search-panel .query-results {1722 position: static;1723 }1724 1699 } 1725 1700 1726 1701 @media screen and (max-height: 290px) { … … 1736 1711 height: calc(100% - 92px); 1737 1712 padding-bottom: 2px; 1738 1713 } 1739 1740 #search-panel .query-results {1741 position: static;1742 }1743 1714 } 1744 1715 1745 1716 div.wp-link-preview {