mirror of
git://develop.git.wordpress.org/
synced 2025-02-12 02:44:22 +01:00
Customize: Fix visibility of theme browser header in Safari.
Props benoitchantre, afercia. See #42052, #37661. git-svn-id: https://develop.svn.wordpress.org/trunk@41863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dd43699344
commit
c8889350e7
@ -1752,8 +1752,8 @@ p.customize-section-description {
|
||||
top: 0;
|
||||
left: 0;
|
||||
transition: .18s left ease-in-out;
|
||||
margin: 46px 0 0 300px;
|
||||
padding: 25px 0;
|
||||
margin: 0 0 0 300px;
|
||||
padding: 71px 0 25px;
|
||||
overflow-y: scroll;
|
||||
width: calc(100% - 300px);
|
||||
height: calc(100% - 96px);
|
||||
@ -2193,7 +2193,7 @@ p.customize-section-description {
|
||||
.control-panel-themes .customize-themes-full-container {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
top: 46px;
|
||||
padding-top: 46px;
|
||||
height: calc(100% - 46px);
|
||||
z-index: 1;
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user