Themes: Correct the height of theme actions button container on various screen sizes.

Props aftabmuni, alexischenal, ideaboxcreations, audrasjb, SergeyBiryukov.
Fixes #49302.
Built from https://develop.svn.wordpress.org/trunk@47293


git-svn-id: http://core.svn.wordpress.org/trunk@47093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-02-15 05:08:05 +00:00
parent f147a4003e
commit 74b90a6b45
9 changed files with 13 additions and 37 deletions

View File

@ -1632,7 +1632,7 @@ p.customize-section-description {
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 10px 15px;
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@ -2938,21 +2938,9 @@ body.adding-widget .add-new-widget:before,
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
margin: 0;
}
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
}
@media screen and (max-width: 600px) {
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 8px 15px;
box-shadow: none;
}
.wp-full-overlay.expanded {
margin-right: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -1631,7 +1631,7 @@ p.customize-section-description {
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 10px 15px;
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@ -2937,21 +2937,9 @@ body.adding-widget .add-new-widget:before,
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
margin: 0;
}
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
}
@media screen and (max-width: 600px) {
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 8px 15px;
box-shadow: none;
}
.wp-full-overlay.expanded {
margin-left: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -230,7 +230,7 @@ body.js .theme-browser.search-loading {
top: 50%;
transform: translateY(-50%);
left: 0;
padding: 10px 15px;
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@ -1911,8 +1911,8 @@ body.full-overlay-active {
.theme-browser .theme.active .theme-actions,
.theme-browser .theme .theme-actions {
padding-top: 8px;
padding-bottom: 8px;
padding-top: 4px;
padding-bottom: 4px;
}
}

File diff suppressed because one or more lines are too long

View File

@ -229,7 +229,7 @@ body.js .theme-browser.search-loading {
top: 50%;
transform: translateY(-50%);
right: 0;
padding: 10px 15px;
padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@ -1910,8 +1910,8 @@ body.full-overlay-active {
.theme-browser .theme.active .theme-actions,
.theme-browser .theme .theme-actions {
padding-top: 8px;
padding-bottom: 8px;
padding-top: 4px;
padding-bottom: 4px;
}
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-beta1-47292';
$wp_version = '5.4-beta1-47293';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.