Make WordPress Core

Ticket #38651: 38651.9.diff

File 38651.9.diff, 2.4 KB (added by westonruter, 8 years ago)
  • src/wp-content/themes/twentyfourteen/style.css

    diff --git src/wp-content/themes/twentyfourteen/style.css src/wp-content/themes/twentyfourteen/style.css
    index 7225839..a950774 100644
    a.post-thumbnail:hover { 
    30923092        width: device-width;
    30933093}
    30943094
     3095/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
     3096@media screen and (max-width:800px) {
     3097        body.customize-partial-edit-shortcuts-shown .site-header .site-title {
     3098                padding-left: 8px;
     3099        }
     3100
     3101        .site-header .customize-partial-edit-shortcut button {
     3102                top: 10px;
     3103        }
     3104}
     3105
     3106
    30953107@media screen and (max-width: 400px) {
    30963108        .list-view .site-content .post-thumbnail {
    30973109                background: none;
    a.post-thumbnail:hover { 
    31663178        }
    31673179}
    31683180
     3181/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
     3182@media screen and (max-width:320px) {
     3183        .site-header .customize-partial-edit-shortcut button {
     3184                left: -32px;
     3185        }
     3186
     3187        body.customize-partial-edit-shortcuts-shown .site-header .site-title {
     3188                padding-left: 28px;
     3189        }
     3190}
     3191
    31693192@media screen and (min-width: 401px) {
    31703193        a.post-thumbnail:hover img {
    31713194                opacity: 0.85;
  • src/wp-content/themes/twentyseventeen/style.css

    diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
    index 61eb2f4..1610482 100644
    object { 
    3066306619.0 Media Queries
    30673067--------------------------------------------------------------*/
    30683068
     3069/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
     3070@media screen and (min-width: 20em) {
     3071        body.customize-partial-edit-shortcuts-shown .site-header .site-title {
     3072                padding-left: 0;
     3073        }
     3074}
     3075
    30693076@media screen and (min-width: 30em) {
    30703077
    30713078        /* Typography */
  • src/wp-includes/css/customize-preview.css

    diff --git src/wp-includes/css/customize-preview.css src/wp-includes/css/customize-preview.css
    index 114326d..a8f4ea1 100644
    body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu 
    252252}
    253253
    254254@media screen and (max-width:320px) {
    255         .site-title {
     255        body.customize-partial-edit-shortcuts-shown .site-title {
    256256                padding-left: 10px;
    257257        }
    258258
    259         .widget-area .widget {
     259        body.customize-partial-edit-shortcuts-shown .widget-area .widget {
    260260                padding-left: 10px;
    261261        }
    262262