Themes: Revert the change of theme preview width on Add Themes screen.
The intention was for the preview ratio to remain accurate for the user's screen size when the sidebar is open, but this appears to have caused unintended side effects to the preview alignment. Follow-up to [52647]. Props superbthemescom, Presskopp. Fixes #56097. See #54764. Built from https://develop.svn.wordpress.org/trunk@53663 git-svn-id: http://core.svn.wordpress.org/trunk@53222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3ff86728e5
commit
3d05e52827
|
@ -1807,7 +1807,7 @@ body.full-overlay-active {
|
|||
#customize-container iframe,
|
||||
.theme-install-overlay iframe {
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
z-index: 20;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1806,7 +1806,7 @@ body.full-overlay-active {
|
|||
#customize-container iframe,
|
||||
.theme-install-overlay iframe {
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
z-index: 20;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53662';
|
||||
$wp_version = '6.1-alpha-53663';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue