Changeset 51073
- Timestamp:
- 06/04/2021 06:13:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r50784 r51073 1872 1872 } 1873 1873 1874 .row-actions { 1875 margin-left: -8px; 1876 margin-right: -8px; 1877 padding-top: 4px; 1878 } 1879 1874 1880 /* Make row actions more easy to select on mobile */ 1875 1881 body:not(.plugins-php) .row-actions { 1876 display: grid; 1877 grid-template-columns: auto auto auto; 1882 display: flex; 1883 flex-wrap: wrap; 1884 gap: 8px; 1878 1885 color: transparent; 1879 }1880 1881 .row-actions span {1882 padding: 4px 0;1883 1886 } 1884 1887 … … 1886 1889 .row-actions span .button-link { 1887 1890 display: inline-block; 1888 padding: 4px 0;1891 padding: 4px 8px; 1889 1892 line-height: 1.5; 1890 1893 } … … 2136 2139 width: 100%; 2137 2140 } 2141 2142 table.media .column-title .has-media-icon ~ .row-actions { 2143 margin-left: 0; 2144 clear: both; 2145 } 2138 2146 } 2139 2147 … … 2141 2149 .tablenav-pages .current-page { 2142 2150 margin: 0; 2143 }2144 2145 /* Drop row actions to two columns on a small screen */2146 .row-actions:not(.plugins-php) {2147 grid-template-columns: auto auto;2148 2151 } 2149 2152
Note: See TracChangeset
for help on using the changeset viewer.