mirror of
git://develop.git.wordpress.org/
synced 2025-04-12 16:15:07 +02:00
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:
parent
f6ff42bee4
commit
77578e0869
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user