Changeset 44300
- Timestamp:
- 12/18/2018 10:13:52 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44189
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44149 r44300 701 701 } 702 702 703 @include media(mobile) { 704 flex-wrap: nowrap; 705 } 706 703 707 @include media(tablet) { 704 708 .wp-block-column > * { -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r44149 r44300 57 57 max-width: 125%; 58 58 } 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;65 59 } 66 60 -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r44149 r44300 53 53 } 54 54 } 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;63 55 } 64 56 -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r44298 r44300 4189 4189 } 4190 4190 4191 @media only screen and (min-width: 600px) { 4192 .entry .entry-content .wp-block-columns { 4193 flex-wrap: nowrap; 4194 } 4195 } 4196 4191 4197 @media only screen and (min-width: 768px) { 4192 4198 .entry .entry-content .wp-block-columns .wp-block-column > *:first-child { -
trunk/src/wp-content/themes/twentynineteen/style.css
r44298 r44300 4201 4201 } 4202 4202 4203 @media only screen and (min-width: 600px) { 4204 .entry .entry-content .wp-block-columns { 4205 flex-wrap: nowrap; 4206 } 4207 } 4208 4203 4209 @media only screen and (min-width: 768px) { 4204 4210 .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
Note: See TracChangeset
for help on using the changeset viewer.