Skip to content

Commit

Permalink
Release 0.3.1 - Minor fixes (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury committed Jul 3, 2024
1 parent e1c7640 commit 3daa272
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion blocks/heading.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"id": "size",
"label": "Size",
"default": {
"width": "fit-content",
"width": "auto",

"@media (--mobile)": {
"width": "100%"
Expand Down
5 changes: 0 additions & 5 deletions blocks/image.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
"width": "100%",
"flex-grow": "1"
}
},
{
"type": "style.layout_panel",
"id": "layout",
"label": "Layout"
}
],
"presets": [{ "name": "Image" }]
Expand Down
2 changes: 1 addition & 1 deletion blocks/text.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"id": "size",
"label": "Size",
"default": {
"width": "fit-content",
"width": "auto",

"@media (--mobile)": {
"width": "100%"
Expand Down
2 changes: 1 addition & 1 deletion config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "theme_info",
"theme_name": "Reference theme",
"theme_version": "0.3.0",
"theme_version": "0.3.1",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
Expand Down
2 changes: 1 addition & 1 deletion sections/image-banner.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"padding": "10px 30px"
},
"size": {
"width": "fit-content"
"width": "auto"
}
}
}
Expand Down
12 changes: 2 additions & 10 deletions templates/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"padding": "10px 30px"
},
"size": {
"width": "fit-content"
"width": "auto"
}
}
}
Expand Down Expand Up @@ -143,7 +143,7 @@
"padding": "10px 30px"
},
"size": {
"width": "fit-content"
"width": "auto"
}
}
}
Expand Down Expand Up @@ -248,16 +248,12 @@
"type": "image",
"settings": {
"object_fit": "cover",
"spacing": {
},
"size": {
"width": "100%",
"height": "100%",
"@media (--mobile)": {
"height": "auto"
}
},
"layout": {
}
}
},
Expand Down Expand Up @@ -408,13 +404,9 @@
"type": "image",
"settings": {
"object_fit": "cover",
"spacing": {
},
"size": {
"width": "100%",
"height": "100%"
},
"layout": {
}
}
},
Expand Down

0 comments on commit 3daa272

Please sign in to comment.