Changeset 2481971
- Timestamp:
- 02/26/2021 04:31:23 AM (5 years ago)
- Location:
- editor-beautifier/trunk
- Files:
-
- 2 edited
-
css/beautifier.css (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
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 1 15 2 16 /**********************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 } 4 18 .block-editor-block-list__block:not(.wp-block-button) { margin-bottom: 28px !important; margin-top: 28px !important } 5 19 -
editor-beautifier/trunk/readme.txt
r2481885 r2481971 1 === editor Beautifier ===1 === Editor Beautifier === 2 2 Donate link: https://federicocadierno.com 3 3 Tags: gutenberg, gutenberg editor, blocks, beautifier … … 26 26 = Does it affect my front-end styles ? = 27 27 28 Absolutely no, GutenbergBeautifier only affect the block styles in the Back-end area.28 Absolutely no, Editor Beautifier only affect the block styles in the Back-end area. 29 29 30 30 = is it a problem if already edited my pages ? = 31 31 32 Not at all, it dose not matter if your pages are already created or you start from scratch, GutenbergBeautifier will make your editor easier to use.32 Not 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. 33 33 34 34 == Screenshots == … … 43 43 44 44 1. Upload the plugin to the /wp-content/plugins/ directory. 45 2. Activate the GutenbergBeautifier WordPress plugin through the 'Plugins' menu in WordPress.46 3. Edit your page or post with GutenbergBeautifier.45 2. Activate the Editor Beautifier WordPress plugin through the 'Plugins' menu in WordPress. 46 3. Edit your page or post with Editor Beautifier. 47 47 48 48 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.