Skip to content

Commit

Permalink
Themes: Improve theme count behavior in the Add Themes screen.
Browse files Browse the repository at this point in the history
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.




git-svn-id: https://develop.svn.wordpress.org/trunk@59708 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Jan 25, 2025
1 parent fe241a9 commit 4dc9e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wp-admin/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4dc9e80

Please sign in to comment.