Ticket #50682: 50682.1.diff
| File 50682.1.diff, 1.3 KB (added by , 5 years ago) |
|---|
-
src/wp-admin/css/themes.css
465 465 .theme-overlay .theme-wrap { 466 466 clear: both; 467 467 position: fixed; 468 top: 9%;468 top: 30px; 469 469 left: 190px; 470 470 right: 30px; 471 bottom: 3 %;471 bottom: 30px; 472 472 background: #fff; 473 473 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 474 margin: 32px auto 0; /* Top margin equals the admin toolbar height. */ 475 max-width: 1450px; 474 476 z-index: 10000; /* Over WP Pointers. */ 475 477 box-sizing: border-box; 476 478 -webkit-overflow-scrolling: touch; … … 787 789 } 788 790 } 789 791 790 @media only screen and (min-width: 1680px) {791 .theme-overlay .theme-wrap {792 width: 1450px;793 margin: 0 auto;794 }795 }796 797 792 /* Maximum screenshot width reaches 440px */ 798 793 @media only screen and (min-width: 1640px) { 799 794 .theme-browser .theme { … … 838 833 @media only screen and (max-width: 780px) { 839 834 body.folded .theme-overlay .theme-wrap, 840 835 .theme-overlay .theme-wrap { 841 top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */ 836 margin-top: 0; /* The admin toolbar isn't fixed on mobile, so this can use the full viewport height. */ 837 top: 0; 842 838 right: 0; 843 839 bottom: 0; 844 840 left: 0;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)