diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
index ee7d21b765..dcc48aef1c 100644
|
a
|
b
|
body.js .theme-browser.search-loading {
|
| 459 | 459 | } |
| 460 | 460 | |
| 461 | 461 | .theme-overlay .theme-wrap { |
| 462 | | clear: both; |
| 463 | | position: fixed; |
| 464 | | top: 9%; |
| 465 | | left: 190px; |
| 466 | | right: 30px; |
| 467 | | bottom: 3%; |
| 468 | | background: #fff; |
| 469 | | box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| 470 | | z-index: 10000; /* Over WP Pointers. */ |
| 471 | | box-sizing: border-box; |
| 472 | | -webkit-overflow-scrolling: touch; |
| | 462 | clear: both; |
| | 463 | position: fixed; |
| | 464 | top: 30px; |
| | 465 | left: 190px; |
| | 466 | right: 30px; |
| | 467 | bottom: 30px; |
| | 468 | background: #fff; |
| | 469 | box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| | 470 | margin: 32px auto 0 auto; |
| | 471 | max-width: 1450px; |
| | 472 | z-index: 10000; |
| | 473 | /* Over WP Pointers. */ |
| | 474 | box-sizing: border-box; |
| | 475 | -webkit-overflow-scrolling: touch; |
| 473 | 476 | } |
| 474 | 477 | |
| 475 | 478 | body.folded .theme-browser ~ .theme-overlay .theme-wrap { |
| … |
… |
body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
| 782 | 785 | } |
| 783 | 786 | } |
| 784 | 787 | |
| 785 | | @media only screen and (min-width: 1680px) { |
| 786 | | .theme-overlay .theme-wrap { |
| 787 | | width: 1450px; |
| 788 | | margin: 0 auto; |
| 789 | | } |
| 790 | | } |
| 791 | | |
| 792 | 788 | /* Maximum screenshot width reaches 440px */ |
| 793 | 789 | @media only screen and (min-width: 1640px) { |
| 794 | 790 | .theme-browser .theme { |