Skip to content

Commit 4dc9e80

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59708 602fd350-edb4-49c9-b593-d223f7449a82
1 parent fe241a9 commit 4dc9e80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wp-admin/css/themes.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,10 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
915915
padding-left: 4%;
916916
padding-right: 4%;
917917
}
918+
919+
.theme-install-php .wp-filter .filter-count {
920+
margin-top: 10px;
921+
}
918922
}
919923

920924
@media only screen and (max-width: 650px) {

0 commit comments

Comments
 (0)