Theme Switcher: Don't hide action buttons on narrow screens.

see #31794.

git-svn-id: https://develop.svn.wordpress.org/trunk@31912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-03-27 21:52:23 +00:00
parent e054f53d9e
commit c5cd434a72
1 changed files with 7 additions and 0 deletions

View File

@ -1030,6 +1030,13 @@ body.cheatin p {
display: none;
}
@media only screen and (max-width: 780px) {
.wp-customizer .theme:not(.active):hover .theme-actions,
.wp-customizer .theme:not(.active):focus .theme-actions {
display: block;
}
}
@media screen and ( max-width: 640px ) {
#customize-controls {
width: 100%;