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:
parent
e054f53d9e
commit
c5cd434a72
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue