diy-template-components 3.0.5 → 3.0.6
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 +4 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -165,7 +165,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
165
165
|
maxWidth: '185px',
|
|
166
166
|
cursor: 'default',
|
|
167
167
|
height: '46px',
|
|
168
|
-
position: 'relative'
|
|
168
|
+
position: 'relative',
|
|
169
|
+
display: 'flex',
|
|
170
|
+
alignItems: 'center'
|
|
169
171
|
},
|
|
170
172
|
appNameClass: {
|
|
171
173
|
fontStyle: 'normal',
|
|
@@ -181,7 +183,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
181
183
|
width: '100%',
|
|
182
184
|
'& img': {
|
|
183
185
|
marginRight: '8px',
|
|
184
|
-
maxWidth: '
|
|
186
|
+
maxWidth: '180px',
|
|
185
187
|
maxHeight: '40px'
|
|
186
188
|
}
|
|
187
189
|
},
|