Plugin Directory

Changeset 2481971


Ignore:
Timestamp:
02/26/2021 04:31:23 AM (5 years ago)
Author:
diurno10
Message:

Fix plugin name
Fix wp-block max width
Fix 1440 resolution

Location:
editor-beautifier/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • editor-beautifier/trunk/css/beautifier.css

    r2481965 r2481971  
     1.block-editor-block-list__block.wp-block-group:not(.wp-block-column):not(.wp-block-cover) .block-editor-block-list__block.wp-block-group:not(.wp-block-column):not(.wp-block-cover)  {
     2    padding: 15px !important;
     3}
     4
     5
     6@media only screen and (max-width: 1440px) {
     7    /* OLD VERSIONS */
     8    body .edit-post-layout.is-sidebar-opened .block-editor-writing-flow { max-width: 860px; }
     9    body .block-editor-writing-flow { max-width: 1140px }
     10    body.folded .edit-post-layout.is-sidebar-opened .block-editor-writing-flow { max-width: 990px;}
     11    body.folded .edit-post-layout:not(.is-sidebar-opened) .block-editor-writing-flow { max-width: 1240px;}
     12    body.is-fullscreen-mode #editor .block-editor-writing-flow { max-width: 1030px; padding: 0 5%; margin: 0 auto}
     13}
     14
    115
    216/**********************CODE TO FIX PUBLISHPRESS PLUGIN ISSUE************************/
    3 #editor div.block-editor-writing-flow { max-width: none !important }
     17#xxxeditor div.block-editor-writing-flow { max-width: none !important }
    418.block-editor-block-list__block:not(.wp-block-button) { margin-bottom: 28px !important; margin-top: 28px !important }
    519
  • editor-beautifier/trunk/readme.txt

    r2481885 r2481971  
    1 === editor Beautifier ===
     1=== Editor Beautifier ===
    22Donate link: https://federicocadierno.com
    33Tags: gutenberg, gutenberg editor, blocks, beautifier
     
    2626= Does it affect my front-end styles ? =
    2727
    28 Absolutely no, Gutenberg Beautifier only affect the block styles in the Back-end area.
     28Absolutely no, Editor Beautifier only affect the block styles in the Back-end area.
    2929
    3030= is it a problem if already edited my pages ? =
    3131
    32 Not at all, it dose not matter if your pages are already created or you start from scratch, Gutenberg Beautifier will make your editor easier to use.
     32Not at all, it dose not matter if your pages are already created or you start from scratch, Editor Beautifier will make your editor easier to use.
    3333
    3434== Screenshots ==
     
    4343
    44441. Upload the plugin to the /wp-content/plugins/ directory.
    45 2. Activate the Gutenberg Beautifier WordPress plugin through the 'Plugins' menu in WordPress.
    46 3. Edit your page or post with Gutenberg Beautifier.
     452. Activate the Editor Beautifier WordPress plugin through the 'Plugins' menu in WordPress.
     463. Edit your page or post with Editor Beautifier.
    4747
    4848== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.