1 parent 63231e9 commit 151c81eCopy full SHA for 151c81e
1 file changed
resource-kit/docs/assets/ask-ai.js
@@ -243,7 +243,8 @@
243
container.setAttribute('data-ask-ai', 'true');
244
setStyle(container, {
245
position: 'relative',
246
- display: 'inline-block',
+ display: 'flex',
247
+ alignItems: 'center',
248
fontFamily: THEME.fontFamily
249
});
250
@@ -268,8 +269,8 @@
268
269
color: THEME.buttonColor,
270
border: 'none',
271
borderRadius: '50%',
- width: '2rem',
272
- height: '2rem',
+ width: '1.5rem',
273
+ height: '1.5rem',
274
padding: '0',
275
cursor: 'pointer',
276
transition: 'opacity 0.15s ease, transform 0.15s ease',
0 commit comments