Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created October 2, 2017 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richtabor/1279f625228a85496988a7f8c09cd010 to your computer and use it in GitHub Desktop.
Save richtabor/1279f625228a85496988a7f8c09cd010 to your computer and use it in GitHub Desktop.
.customize-partial-edit-shortcuts-shown {
.custom-logo-link {
align-items: center;
display: flex;
justify-content: center;
margin-left: -30px; // Pull it to the left, to keep the logo centered when the edit link is shown.
.customize-partial-edit-shortcut,
.customize-partial-edit-shortcut-button {
position: relative;
float: none;
}
.customize-partial-edit-shortcut-button {
left: -10px;
}
.customize-partial-edit-shortcut {
height: auto;
left: initial;
width: auto;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment