Make WordPress Themes

Changeset 223828


Ignore:
Timestamp:
04/08/2024 08:33:25 AM (20 months ago)
Author:
themedropbox
Message:

New version of BlockStrap - 0.1.7

Location:
blockstrap/0.1.7
Files:
5 edited
1 copied

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  
    1616
    1717// 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){
    1919    max-width: 840px;
    2020    margin: auto;
  • blockstrap/0.1.7/readme.txt

    r222188 r223828  
    44Requires at least: 6.0
    55Requires PHP: 7.2
    6 Version: 0.1.6
     6Version: 0.1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515== Changelog ==
     16
     17= 0.1.7 =
     18* WP 6.5 changed site editor class which restricted content to 840px in editor - FIXED
    1619
    1720= 0.1.6 =
  • blockstrap/0.1.7/style.css

    r222188 r223828  
    44Author URI: https://ayecode.io
    55Theme URI: https://wpblockstrap.com
    6 Version: 0.1.6
     6Version: 0.1.7
    77Description: 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!
    88Tags: full-site-editing, blog, food-and-drink, two-columns, editor-style, block-styles
  • blockstrap/0.1.7/theme.json

    r215341 r223828  
    213213        },
    214214        "layout": {
    215             "contentSize": null,
    216             "wideSize": null,
     215            "contentSize": "100%",
     216            "wideSize": "100%",
    217217            "units": [
    218218                "px",
Note: See TracChangeset for help on using the changeset viewer.