Ticket #39073: 39073.3.patch
File 39073.3.patch, 722 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/style.css
1744 1744 transform: translateX(-50%) translateY(0); 1745 1745 } 1746 1746 1747 @supports ( object-fit: cover ) { 1748 .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img { 1749 -ms-transform: none; 1750 -moz-transform: none; 1751 -webkit-transform: none; 1752 transform: none; 1753 } 1754 } 1755 1747 1756 /* Hides div in Customizer preview when header images or videos change. */ 1748 1757 1749 1758 body:not(.has-header-image):not(.has-header-video) .custom-header-media {