Themes: Prevent tags in Theme Details modal from being partially hidden behind action buttons on smaller screens.

Props sagarjadhav, valentinbora.
Fixes #31783.

git-svn-id: https://develop.svn.wordpress.org/trunk@47435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-08 01:50:37 +00:00
parent f6ff42bee4
commit 77578e0869
1 changed files with 9 additions and 0 deletions

View File

@ -896,6 +896,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme:nth-child(3n) {
margin-right: 0;
}
.theme-overlay .theme-about {
bottom: 105px;
}
.theme-overlay .theme-actions {
padding-left: 4%;
padding-right: 4%;
}
}
@media only screen and (max-width: 650px) {