diy-template-components 0.2.23 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +6 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +6 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -1373,8 +1373,7 @@ const useSectionStyles$9 = createUseStyles(theme => ({
|
|
|
1373
1373
|
display: 'flex',
|
|
1374
1374
|
justifyContent: 'flex-start',
|
|
1375
1375
|
'& img': {
|
|
1376
|
-
|
|
1377
|
-
height: '30px'
|
|
1376
|
+
maxHeight: '55px'
|
|
1378
1377
|
}
|
|
1379
1378
|
},
|
|
1380
1379
|
upperContainerItem2: {
|
|
@@ -8225,6 +8224,7 @@ function Section({
|
|
|
8225
8224
|
style: {
|
|
8226
8225
|
width: '36px',
|
|
8227
8226
|
height: '36px',
|
|
8227
|
+
margin: '0px 12px',
|
|
8228
8228
|
cursor: 'pointer'
|
|
8229
8229
|
},
|
|
8230
8230
|
ref: footer?.components[0]?.refSetter
|
|
@@ -8258,7 +8258,8 @@ function Section({
|
|
|
8258
8258
|
style: {
|
|
8259
8259
|
width: '36px',
|
|
8260
8260
|
height: '36px',
|
|
8261
|
-
cursor: 'pointer'
|
|
8261
|
+
cursor: 'pointer',
|
|
8262
|
+
margin: '0px 12px'
|
|
8262
8263
|
},
|
|
8263
8264
|
ref: footer?.components[2]?.refSetter
|
|
8264
8265
|
})), /*#__PURE__*/React.createElement("a", {
|
|
@@ -8291,7 +8292,8 @@ function Section({
|
|
|
8291
8292
|
style: {
|
|
8292
8293
|
width: '36px',
|
|
8293
8294
|
height: '36px',
|
|
8294
|
-
cursor: 'pointer'
|
|
8295
|
+
cursor: 'pointer',
|
|
8296
|
+
margin: '0px 12px'
|
|
8295
8297
|
},
|
|
8296
8298
|
ref: footer?.components[4]?.refSetter
|
|
8297
8299
|
})), /*#__PURE__*/React.createElement("table", {
|