Plugin Directory

Changeset 2561908


Ignore:
Timestamp:
07/10/2021 02:05:13 PM (5 years ago)
Author:
rahulkanojia
Message:

1.1.0 Responsive Issues fix and Name Update

Location:
editor-blocks-border
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • editor-blocks-border/trunk/README.txt

    r2560841 r2561908  
    1 === Editor Full Width Blocks Border ===
     1=== Gutenberg Editor Full Width Blocks Border ===
    22Contributors: Rahul Kanojia
    33Tags: gutenberg, blocks, highlight, editor, full width, fullwidth, border, page builder, custom border, backend border, gutenberg border
    44Author URI: https://rahulkanojia.com
    55Author: Rahul Kanojia
    6 Version: 1.0.0
    7 Stable tag: 1.0.0
     6Version: 1.1.0
     7Stable tag: 1.1.0
    88Requires at least: 5.0
    99Tested up to: 5.7.2
     
    3636
    37371. Gutenberg Editor with Activated Borders
     38
     39== Changelog ==
     40 
     41= 1.0.0 =
     42* Initial release
     43 
     44= 1.1.0 =
     45* Responsive Fixes
     46 
     47== Upgrade Notice ==
     48 
     49= 1.1.0 =
     50This version fixes responsive issues on larger screens.
  • editor-blocks-border/trunk/css/editor-blocks-border.css

    r2560810 r2561908  
     1
     2.editor-styles-wrapper{
     3    padding: 0 2vw;
     4}
     5
    16.editor-styles-wrapper .wp-block {
    2     max-width: 75vw !important;
     7    max-width: 100vw !important;
    38    border: 1px solid rgba(0,0,0,0.3);
    49    border-radius: 5px;
    510    padding: 0.7vw;
    611    margin: 1vh auto;
    7 
    812}
    913
     
    1317
    1418.editor-styles-wrapper [data-block]{
    15     margin: 1vh 0;;
     19    margin: 1vh auto;
    1620}
    1721
  • editor-blocks-border/trunk/editor-blocks-border.php

    r2560841 r2561908  
    11<?php
    22/**
    3  * Plugin Name:       Editor Full Width Blocks Border
     3 * Plugin Name:       Gutenberg Editor Full Width Blocks Border
    44 * Description:       This plugin adds borders and hover effects to all blocks in the Gutenberg Editor for easier navigation.
    5  * Version:           1.0.0
     5 * Version:           1.1.0
    66 * Author:            Rahul Kanojia
    77 * Author URI:        https://rahulkanojia.com
Note: See TracChangeset for help on using the changeset viewer.