@@ -31,25 +31,21 @@ const AiChatIntro = (props) => {
31
31
RemixAI provides you personalized guidance as you build. It can break down concepts,
32
32
answer questions about blockchain technology and assist you with your smart contracts.
33
33
</ p >
34
- < div className = "d-flex flex-column w-100 p-1 justify-content-center " style = { { fontSize : '0.9rem' } } >
34
+ < div className = "d-flex flex-column" style = { { fontSize : '0.9rem' } } >
35
35
< div className = "d-flex flex-row align-items-center" >
36
- < span className = "font-italic" > { `<prompt>: ` } </ span >
37
- < span className = "font-italic" > ask your question</ span >
38
- </ div >
36
+ < span className = "font-italic m-1" > { `<prompt>: ` } </ span >
37
+ < span > ask your question</ span > </ div >
39
38
< div className = "d-flex flex-row align-items-center" >
40
- < span className = "font-italic" > { `/w <prompt>: ` } </ span >
41
- < span > modify your code</ span >
42
- </ div >
39
+ < span className = "font-italic m-1" > { `/w <prompt>: ` } </ span >
40
+ < span > modify your code</ span > </ div >
43
41
< div className = "d-flex flex-row align-items-center" >
44
- < span className = "font-italic" > { `/c <prompt>: ` } </ span >
45
- < span > continue fixing compilation</ span >
46
- </ div >
42
+ < span className = "font-italic m-1" > { `/c <prompt>: ` } </ span >
43
+ < span > continue fixing compilation</ span > </ div >
47
44
< div className = "d-flex flex-row align-items-center" >
48
- < span className = "font-italic" > { `/g <prompt>: ` } </ span >
49
- < span > generate a new workspace</ span >
50
- </ div >
45
+ < span className = "font-italic m-1" > { `/g <prompt>: ` } </ span >
46
+ < span > generate a new workspace</ span > </ div >
51
47
</ div >
52
- < div className = "d-flex flex-column w-100 mt-3" >
48
+ < div className = "d-flex flex-column mt-3" >
53
49
{ DEFAULT_SUGGESTIONS . map ( ( s , index ) => (
54
50
< button
55
51
key = { s }
0 commit comments