Themes: Improve theme count behavior in the Add Themes screen.
This changeset fixes an UI issue where the theme count in the "Add Themes" screen touches the top border on small screens. Props sukhendu2002, diliphingarajiya, dilipbheda, ankitkumarshah, dhruvang21, im3dabasia1. Fixes #62499. Built from https://develop.svn.wordpress.org/trunk@59708 git-svn-id: http://core.svn.wordpress.org/trunk@59050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -916,6 +916,10 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
padding-right: 4%;
|
||||
padding-left: 4%;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter .filter-count {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 650px) {
|
||||
|
||||
2
wp-admin/css/themes-rtl.min.css
vendored
2
wp-admin/css/themes-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -915,6 +915,10 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
padding-left: 4%;
|
||||
padding-right: 4%;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter .filter-count {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 650px) {
|
||||
|
||||
2
wp-admin/css/themes.min.css
vendored
2
wp-admin/css/themes.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user