Make WordPress Core

Changeset 44300


Ignore:
Timestamp:
12/18/2018 10:13:52 PM (6 years ago)
Author:
desrosj
Message:

Updating Twenty Nineteen, the new default theme for 2019.

This update changes the following:

Props joen, kjellr, allancole.

Fixes #45369.

Merges [44189] into trunk.

See #45424.

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r44149 r44300  
    701701        }
    702702
     703        @include media(mobile) {
     704            flex-wrap: nowrap;
     705        }
     706
    703707        @include media(tablet) {
    704708            .wp-block-column > * {
  • trunk/src/wp-content/themes/twentynineteen/style-editor.css

    r44149 r44300  
    5757    max-width: 125%;
    5858  }
    59 }
    60 
    61 /** === Editor Block Toolbar Position === */
    62 .editor-block-list__block[data-align="wide"] .editor-block-contextual-toolbar .editor-block-toolbar.editor-block-toolbar,
    63 .editor-block-list__block[data-align="full"] .editor-block-contextual-toolbar .editor-block-toolbar.editor-block-toolbar {
    64   max-width: none;
    6559}
    6660
  • trunk/src/wp-content/themes/twentynineteen/style-editor.scss

    r44149 r44300  
    5353        }
    5454    }
    55 }
    56 
    57 /** === Editor Block Toolbar Position === */
    58 
    59 // Since 2019 left-aligns wide and fullwide blocks, left align the toolbar too.
    60 .editor-block-list__block[data-align="wide"] .editor-block-contextual-toolbar .editor-block-toolbar.editor-block-toolbar,
    61 .editor-block-list__block[data-align="full"] .editor-block-contextual-toolbar .editor-block-toolbar.editor-block-toolbar {
    62         max-width: none;
    6355}
    6456
  • trunk/src/wp-content/themes/twentynineteen/style-rtl.css

    r44298 r44300  
    41894189}
    41904190
     4191@media only screen and (min-width: 600px) {
     4192  .entry .entry-content .wp-block-columns {
     4193    flex-wrap: nowrap;
     4194  }
     4195}
     4196
    41914197@media only screen and (min-width: 768px) {
    41924198  .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r44298 r44300  
    42014201}
    42024202
     4203@media only screen and (min-width: 600px) {
     4204  .entry .entry-content .wp-block-columns {
     4205    flex-wrap: nowrap;
     4206  }
     4207}
     4208
    42034209@media only screen and (min-width: 768px) {
    42044210  .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
Note: See TracChangeset for help on using the changeset viewer.