Ticket #32296: 32296-d.diff
File 32296-d.diff, 1.9 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
1189 1189 .customize-section-description-container + #customize-control-custom_css:last-child { 1190 1190 margin-left: -12px; 1191 1191 width: 299px; 1192 width: -webkit-calc( 100% + 24px ); 1193 width: calc( 100% + 24px ); 1192 1194 margin-bottom: -12px; 1193 1195 } 1194 1196 1195 1197 @media screen and ( max-width: 640px ) { 1196 1198 .customize-section-description-container + #customize-control-custom_css:last-child { 1197 margin-left: 0;1198 1199 margin-right: 0; 1199 width: 100%;1200 1200 } 1201 1201 .customize-section-description-container + #customize-control-custom_css:last-child textarea { 1202 1202 height: -webkit-calc( 100vh - 140px ); 1203 1203 height: calc( 100vh - 140px ); 1204 width: 100%;1205 border: solid 1px #ddd;1206 1204 } 1207 1205 } 1208 1206 -
src/wp-admin/css/themes.css
1332 1332 -moz-box-sizing: border-box; 1333 1333 box-sizing: border-box; 1334 1334 position: fixed; 1335 width: 300px; 1335 min-width: 300px; 1336 max-width: 600px; 1337 width: 18%; 1336 1338 height: 100%; 1337 1339 top: 0; 1338 1340 bottom: 0; … … 1361 1363 margin-left: -300px; 1362 1364 } 1363 1365 1366 @media screen and (min-width: 1667px) { 1367 .wp-full-overlay.expanded { 1368 margin-left: 18%; 1369 } 1370 1371 .wp-full-overlay.collapsed .wp-full-overlay-sidebar { 1372 margin-left: -18%; 1373 } 1374 } 1375 1376 @media screen and (min-width: 3333px) { 1377 .wp-full-overlay.expanded { 1378 margin-left: 600px; 1379 } 1380 1381 .wp-full-overlay.collapsed .wp-full-overlay-sidebar { 1382 margin-left: -600px; 1383 } 1384 } 1385 1364 1386 .wp-full-overlay-sidebar:after { 1365 1387 content: ""; 1366 1388 display: block; … … 1616 1638 position: fixed; 1617 1639 bottom: 0; 1618 1640 left: 0; 1619 width: 299px; 1641 min-width: 299px; 1642 max-width: 599px; 1643 width: 18%; 1620 1644 height: 45px; 1621 1645 border-top: 1px solid #ddd; 1622 1646 background: #eee;