Plugin Directory

Changeset 2600183


Ignore:
Timestamp:
09/16/2021 07:44:01 PM (5 years ago)
Author:
themolitor
Message:

1.1.2 - CSS improvements

Location:
wayfinder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wayfinder/trunk/css/editor-style.css

    r2600095 r2600183  
    1010
    1111/*COLUMN BLOCK*/
    12 .wp-block-column {
     12.block-editor-page.wayfinder-outline .wp-block-column,
     13.block-editor-page.wayfinder-classes .wp-block-column,
     14.block-editor-page.wayfinder-title .wp-block-column {
    1315    padding: 18px 8px;
    1416}
    1517
    1618/*RICH TEXT BLOCK*/
    17 .wp-block.rich-text {
     19.block-editor-page.wayfinder-outline .wp-block.rich-text,
     20.block-editor-page.wayfinder-classes .wp-block.rich-text,
     21.block-editor-page.wayfinder-title .wp-block.rich-text {
    1822    padding: 10px 13px;
    1923}
  • wayfinder/trunk/index.php

    r2600095 r2600183  
    44 * Plugin URI: https://wordpress.org/plugins/wayfinder
    55 * Description: Easily select and identify nested blocks in the editor.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: THE MOLITOR
    88 * Author URI: https://themolitor.com
     
    1010*/
    1111
    12 $wayfinder_version = '1.1.1';
     12$wayfinder_version = '1.1.2';
    1313
    1414
  • wayfinder/trunk/readme.txt

    r2600095 r2600183  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.1.2 =
     55
     56* CSS improvements.
    5357
    5458= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.