Changeset 54216
- Timestamp:
- 09/19/2022 09:16:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r51727 r54216 1393 1393 1394 1394 #wp-link-wrap { 1395 height: 500px;1395 height: 600px; 1396 1396 margin-top: -250px; 1397 1397 } … … 1408 1408 background: #fff; 1409 1409 border-bottom: 1px solid #dcdcde; 1410 height: 36px;1411 1410 font-size: 18px; 1412 1411 font-weight: 600; … … 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 … … 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; … … 1514 1516 margin: 5px 0 9px; 1515 1517 display: block; 1516 overflow: hidden; 1518 } 1519 1520 #wp-link .query-results { 1521 position: absolute; 1522 width: calc(100% - 32px); 1517 1523 } 1518 1524 … … 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 … … 1538 1541 background: #fff; 1539 1542 overflow: auto; 1540 position: absolute; 1541 left: 16px; 1542 right: 16px; 1543 bottom: 0; 1544 top: 166px; 1545 } 1546 1547 .has-text-field #wp-link .query-results { 1548 top: 210px; 1543 max-height: 290px; 1549 1544 } 1550 1545 … … 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; … … 1680 1663 1681 1664 #wp-link-wrap #link-selector { 1682 bottom: 52px;1665 bottom: calc(2.71428571em + 23px); 1683 1666 } 1684 1667 … … 1718 1701 overflow: auto; 1719 1702 } 1720 1721 #search-panel .query-results {1722 position: static;1723 }1724 1703 } 1725 1704 … … 1736 1715 height: calc(100% - 92px); 1737 1716 padding-bottom: 2px; 1738 }1739 1740 #search-panel .query-results {1741 position: static;1742 1717 } 1743 1718 }
Note: See TracChangeset
for help on using the changeset viewer.