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:
audrasjb
2025-01-25 17:11:23 +00:00
parent b74968d542
commit ffa50f3c7b
5 changed files with 11 additions and 3 deletions

View File

@@ -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) {

File diff suppressed because one or more lines are too long

View File

@@ -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) {

File diff suppressed because one or more lines are too long