diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
index b63c4c57b..2541bb05b 100644
|
|
|
ul, ol { |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | .theme-browser .theme .theme-screenshot img { |
| | 221 | display: block; |
| | 222 | margin: 0 auto; |
| 221 | 223 | height: auto; |
| 222 | | max-height: 214px; |
| | 224 | max-height: 300px; |
| 223 | 225 | left: 0; |
| 224 | 226 | position: inherit; |
| 225 | 227 | top: 0; |
| 226 | 228 | -webkit-transform: translateZ( 0 ); |
| 227 | 229 | transition: opacity 0.2s ease-in-out; |
| 228 | | width: 100%; |
| 229 | 230 | } |
| 230 | 231 | |
| 231 | 232 | .theme-browser .theme:hover .theme-screenshot img, |
| … |
… |
span.favorite.favorited { |
| 1539 | 1540 | } |
| 1540 | 1541 | } |
| 1541 | 1542 | |
| 1542 | | @media only screen and (max-width: 1120px) { |
| | 1543 | @media only screen and (max-width: 865px) { |
| 1543 | 1544 | .filter-drawer { |
| 1544 | 1545 | border-bottom: 1px solid #eee; |
| 1545 | 1546 | } |
| … |
… |
span.favorite.favorited { |
| 1651 | 1652 | } |
| 1652 | 1653 | } |
| 1653 | 1654 | |
| 1654 | | @media only screen and (max-width: 480px) { |
| | 1655 | @media only screen and (max-width: 400px) { |
| 1655 | 1656 | .theme-browser .theme { |
| 1656 | 1657 | width: 100%; |
| 1657 | 1658 | margin-right: 0; |