Changeset 2561908
- Timestamp:
- 07/10/2021 02:05:13 PM (5 years ago)
- Location:
- editor-blocks-border
- Files:
-
- 8 added
- 3 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/LICENSE.txt (added)
-
tags/1.1.0/README.txt (added)
-
tags/1.1.0/css (added)
-
tags/1.1.0/css/editor-blocks-border.css (added)
-
tags/1.1.0/editor-blocks-border.php (added)
-
tags/1.1.0/index.php (added)
-
tags/1.1.0/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/css/editor-blocks-border.css (modified) (2 diffs)
-
trunk/editor-blocks-border.php (modified) (1 diff)
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 === 2 2 Contributors: Rahul Kanojia 3 3 Tags: gutenberg, blocks, highlight, editor, full width, fullwidth, border, page builder, custom border, backend border, gutenberg border 4 4 Author URI: https://rahulkanojia.com 5 5 Author: Rahul Kanojia 6 Version: 1. 0.07 Stable tag: 1. 0.06 Version: 1.1.0 7 Stable tag: 1.1.0 8 8 Requires at least: 5.0 9 9 Tested up to: 5.7.2 … … 36 36 37 37 1. 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 = 50 This 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 1 6 .editor-styles-wrapper .wp-block { 2 max-width: 75vw !important;7 max-width: 100vw !important; 3 8 border: 1px solid rgba(0,0,0,0.3); 4 9 border-radius: 5px; 5 10 padding: 0.7vw; 6 11 margin: 1vh auto; 7 8 12 } 9 13 … … 13 17 14 18 .editor-styles-wrapper [data-block]{ 15 margin: 1vh 0;;19 margin: 1vh auto; 16 20 } 17 21 -
editor-blocks-border/trunk/editor-blocks-border.php
r2560841 r2561908 1 1 <?php 2 2 /** 3 * Plugin Name: Editor Full Width Blocks Border3 * Plugin Name: Gutenberg Editor Full Width Blocks Border 4 4 * Description: This plugin adds borders and hover effects to all blocks in the Gutenberg Editor for easier navigation. 5 * Version: 1. 0.05 * Version: 1.1.0 6 6 * Author: Rahul Kanojia 7 7 * Author URI: https://rahulkanojia.com
Note: See TracChangeset
for help on using the changeset viewer.