random fixes

pull/5371/head
lianahus 2 weeks ago
parent 420575bae6
commit 270aa772a0
  1. 5
      libs/remix-ui/statusbar/src/lib/components/aiStatus.tsx

@ -62,13 +62,14 @@ export default function AIStatus(props: AIStatusProps) {
{ !appContext.appState.showPopupPanel && <div className='d-flex flex-column' style={{
position: 'absolute',
bottom: '1.5rem',
right: '1.5rem',
right: '0.5rem',
color: 'var(--ai)',
alignItems: 'self-end',
}}>
<span className='p-1 bg-light text-info mr-4' style={{
<span className='p-1 alert alert-info' style={{
boxShadow: "0 1px 7px var(--secondary)",
zIndex: '200',
marginRight: '1.8rem',
marginBottom: '-7px'
}}>
👋 I'm here to help you!

Loading…
Cancel
Save