💦 FULL SET: Changeset/ - Uncensored 2025

Changeset 2180409


Ignore:
Timestamp:
10/25/2019 10:43:02 PM (6 years ago)
Author:
iseulde
Message:

v0.0.21

Location:
slide/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • slide/trunk/common.css

    r2178439 r2180409  
    160160    font-size: 2em !important;
    161161}
     162
     163.alignfull img,
     164.alignfull video,
     165.alignwide img,
     166.alignwide video {
     167    width: 100%;
     168    display: block;
     169}
     170
     171.wp-block-slide-slide *:last-child {
     172    margin-bottom: 0 !important;
     173}
  • slide/trunk/index.css

    r2177066 r2180409  
    4646.wp-block[data-align=wide] {
    4747    max-width: none;
     48}
     49
     50.wp-block[data-align="wide"] video,
     51.wp-block[data-align="full"] video {
     52    width: 100%;
     53    display: block;
    4854}
    4955
     
    105111    left: 0;
    106112    right: 0;
     113    background-repeat: no-repeat;
    107114}
    108115
  • slide/trunk/index.js

    r2180213 r2180409  
    1919  const { PluginDocumentSettingPanel } = editPost;
    2020  const { useSelect, useDispatch, subscribe, select, dispatch } = data;
    21   const { TextareaControl, ColorPicker, PanelBody, RangeControl, SelectControl, ToggleControl, Button, FocalPointPicker, ExternalLink, Notice, TextControl, RadioControl } = components;
     21  const { TextareaControl, PanelBody, RangeControl, SelectControl, ToggleControl, Button, FocalPointPicker, ExternalLink, Notice, TextControl, RadioControl } = components;
    2222  const { MediaUpload, __experimentalGradientPickerControl, InnerBlocks, InspectorControls, RichTextToolbarButton, ColorPalette } = blockEditor;
    2323  const { addQueryArgs } = url;
     
    554554      },
    555555      backgroundOpacity: {
     556        type: 'string'
     557      },
     558      backgroundSize: {
    556559        type: 'string'
    557560      },
     
    664667                    backgroundUrl: undefined,
    665668                    backgroundId: undefined,
     669                    backgroundSize: undefined,
    666670                    focalPoint: undefined