mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 21:39:50 +01:00
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
This commit is contained in:
parent
fe241a9a05
commit
4dc9e8012a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user