Changeset 223828
- Timestamp:
- 04/08/2024 08:33:25 AM (20 months ago)
- Location:
- blockstrap/0.1.7
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from blockstrap/0.1.6)
-
assets/css/block-editor.css (modified) (1 diff)
-
assets/css/block-editor.scss (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
-
theme.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blockstrap/0.1.7/assets/css/block-editor.css
r189286 r223828 1 .wp-block-blockstrap-blockstrap-widget-skip-links.bs-skip-links.is-selected{transform:translate(-50%, 0%)}@media (max-width: 840px){.wp-block-blockstrap-blockstrap-widget-navbar.is-selected .wp-block-blockstrap-blockstrap-widget-nav,.wp-block-blockstrap-blockstrap-widget-navbar.has-child-selected .wp-block-blockstrap-blockstrap-widget-nav{display:block}}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container:not(.edit-site-block-editor__block-list) {max-width:840px;margin:auto}1 .wp-block-blockstrap-blockstrap-widget-skip-links.bs-skip-links.is-selected{transform:translate(-50%, 0%)}@media (max-width: 840px){.wp-block-blockstrap-blockstrap-widget-navbar.is-selected .wp-block-blockstrap-blockstrap-widget-nav,.wp-block-blockstrap-blockstrap-widget-navbar.has-child-selected .wp-block-blockstrap-blockstrap-widget-nav{display:block}}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container:not(.edit-site-block-editor__block-list):not(.edit-site-editor-canvas__block-list){max-width:840px;margin:auto} -
blockstrap/0.1.7/assets/css/block-editor.scss
r189286 r223828 16 16 17 17 // prevent our non display:block blocks overflowing 18 .editor-styles-wrapper .block-editor-block-list__layout.is-root-container:not(.edit-site-block-editor__block-list) {18 .editor-styles-wrapper .block-editor-block-list__layout.is-root-container:not(.edit-site-block-editor__block-list):not(.edit-site-editor-canvas__block-list){ 19 19 max-width: 840px; 20 20 margin: auto; -
blockstrap/0.1.7/readme.txt
r222188 r223828 4 4 Requires at least: 6.0 5 5 Requires PHP: 7.2 6 Version: 0.1. 66 Version: 0.1.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 == Changelog == 16 17 = 0.1.7 = 18 * WP 6.5 changed site editor class which restricted content to 840px in editor - FIXED 16 19 17 20 = 0.1.6 = -
blockstrap/0.1.7/style.css
r222188 r223828 4 4 Author URI: https://ayecode.io 5 5 Theme URI: https://wpblockstrap.com 6 Version: 0.1. 66 Version: 0.1.7 7 7 Description: Introducing BlockStrap, a revolutionary WordPress theme that marries the streamlined agility of Bootstrap with the cutting-edge functionality of WordPress Full Site Editing (FSE). Crafted for performance, BlockStrap is all about simplicity, speed, and elegance. With Bootstrap's responsive design and WordPress FSE's real-time customization, you can effortlessly create a stunning look across all devices. Its lightweight build ensures rapid loading times, while a plethora of customization options allows for a unique expression of your brand's identity. Whether you're an individual, business, or creative agency, BlockStrap's blend of design and functionality offers a modern and efficient solution for your online presence. Explore the endless possibilities with BlockStrap today! 8 8 Tags: full-site-editing, blog, food-and-drink, two-columns, editor-style, block-styles -
blockstrap/0.1.7/theme.json
r215341 r223828 213 213 }, 214 214 "layout": { 215 "contentSize": null,216 "wideSize": null,215 "contentSize": "100%", 216 "wideSize": "100%", 217 217 "units": [ 218 218 "px",
Note: See TracChangeset
for help on using the changeset viewer.