Skip to content

Commit 3daa272

Browse files
authored
Release 0.3.1 - Minor fixes (#43)
1 parent e1c7640 commit 3daa272

6 files changed

Lines changed: 6 additions & 19 deletions

File tree

blocks/heading.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"id": "size",
6868
"label": "Size",
6969
"default": {
70-
"width": "fit-content",
70+
"width": "auto",
7171

7272
"@media (--mobile)": {
7373
"width": "100%"

blocks/image.liquid

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
"width": "100%",
5555
"flex-grow": "1"
5656
}
57-
},
58-
{
59-
"type": "style.layout_panel",
60-
"id": "layout",
61-
"label": "Layout"
6257
}
6358
],
6459
"presets": [{ "name": "Image" }]

blocks/text.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"id": "size",
6262
"label": "Size",
6363
"default": {
64-
"width": "fit-content",
64+
"width": "auto",
6565

6666
"@media (--mobile)": {
6767
"width": "100%"

config/settings_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "theme_info",
44
"theme_name": "Reference theme",
5-
"theme_version": "0.3.0",
5+
"theme_version": "0.3.1",
66
"theme_author": "Shopify",
77
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
88
"theme_support_url": "https://support.shopify.com/"

sections/image-banner.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"padding": "10px 30px"
148148
},
149149
"size": {
150-
"width": "fit-content"
150+
"width": "auto"
151151
}
152152
}
153153
}

templates/index.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"padding": "10px 30px"
6666
},
6767
"size": {
68-
"width": "fit-content"
68+
"width": "auto"
6969
}
7070
}
7171
}
@@ -143,7 +143,7 @@
143143
"padding": "10px 30px"
144144
},
145145
"size": {
146-
"width": "fit-content"
146+
"width": "auto"
147147
}
148148
}
149149
}
@@ -248,16 +248,12 @@
248248
"type": "image",
249249
"settings": {
250250
"object_fit": "cover",
251-
"spacing": {
252-
},
253251
"size": {
254252
"width": "100%",
255253
"height": "100%",
256254
"@media (--mobile)": {
257255
"height": "auto"
258256
}
259-
},
260-
"layout": {
261257
}
262258
}
263259
},
@@ -408,13 +404,9 @@
408404
"type": "image",
409405
"settings": {
410406
"object_fit": "cover",
411-
"spacing": {
412-
},
413407
"size": {
414408
"width": "100%",
415409
"height": "100%"
416-
},
417-
"layout": {
418410
}
419411
}
420412
},

0 commit comments

Comments
 (0)