diff --git src/wp-content/themes/twentyfourteen/style.css src/wp-content/themes/twentyfourteen/style.css
index 7225839..a950774 100644
|
|
a.post-thumbnail:hover { |
3092 | 3092 | width: device-width; |
3093 | 3093 | } |
3094 | 3094 | |
| 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 | |
3095 | 3107 | @media screen and (max-width: 400px) { |
3096 | 3108 | .list-view .site-content .post-thumbnail { |
3097 | 3109 | background: none; |
… |
… |
a.post-thumbnail:hover { |
3166 | 3178 | } |
3167 | 3179 | } |
3168 | 3180 | |
| 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 | |
3169 | 3192 | @media screen and (min-width: 401px) { |
3170 | 3193 | a.post-thumbnail:hover img { |
3171 | 3194 | opacity: 0.85; |
diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index 61eb2f4..1610482 100644
|
|
object { |
3066 | 3066 | 19.0 Media Queries |
3067 | 3067 | --------------------------------------------------------------*/ |
3068 | 3068 | |
| 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 | |
3069 | 3076 | @media screen and (min-width: 30em) { |
3070 | 3077 | |
3071 | 3078 | /* Typography */ |
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 |
252 | 252 | } |
253 | 253 | |
254 | 254 | @media screen and (max-width:320px) { |
255 | | .site-title { |
| 255 | body.customize-partial-edit-shortcuts-shown .site-title { |
256 | 256 | padding-left: 10px; |
257 | 257 | } |
258 | 258 | |
259 | | .widget-area .widget { |
| 259 | body.customize-partial-edit-shortcuts-shown .widget-area .widget { |
260 | 260 | padding-left: 10px; |
261 | 261 | } |
262 | 262 | |