Make WordPress Core


Ignore:
Timestamp:
12/18/2018 10:45:16 PM (8 years ago)
Author:
desrosj
Message:

Twenty Nineteen: Fixes and improvements.

This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core.

.com/WordPress/twentynineteen/pull/47

.com/WordPress/twentynineteen/pull/661

Props kjellr, allancole, dimadin, westonruter, khleomix, grapplerulrich, iCaleb, desrosj.

Merges [44196], [44199], and [44201-44202] into trunk.

Fixes #45424.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-content/themes/twentynineteen/style-editor.scss

    r44302 r44305  
    295295                width: 100%;
    296296                max-width: 100%;
    297         }
    298 
    299         @include media(tablet) {
    300 
    301                 .wp-block-cover {
    302                         padding: $size__spacing-unit;
     297                padding: calc(1.375 * #{$size__spacing-unit});
     298
     299                p {
     300                        padding-left: 0;
     301                        padding-right: 0;
     302                }
     303
     304                @include media(tablet) {
     305                        padding: calc(2.75 * #{$size__spacing-unit}) calc(2.75 * #{$size__spacing-unit}) calc(3.125 * #{$size__spacing-unit});
    303306                }
    304307        }
Note: See TracChangeset for help on using the changeset viewer.