File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77
77
padding : 0px ;
78
78
79
79
i ::before {
80
- font-size : 1.2 em ;
80
+ font-size : 1 em ;
81
81
font-weight : 700 ;
82
82
}
83
83
}
Original file line number Diff line number Diff line change 300
300
< / Col>
301
301
< / Row>
302
302
303
- {#if !! AgentExtensions .editable (agent )}
303
+ {#if !! AgentExtensions .editable (originalAgent )}
304
304
< Row>
305
305
< div class = " hstack gap-2 my-4" >
306
306
< Button class = " btn btn-soft-primary" on: click= {() => updateCurrentAgent ()}> {$_ (' Save Agent' )}< / Button>
Original file line number Diff line number Diff line change 821
821
< div class = " line-align-center input-text fw-bold" >
822
822
< span> {' Confidence:' }< / span>
823
823
< / div>
824
- < div style= " display: flex;" >
824
+ < div style= " display: flex; gap: 5px; " >
825
825
< div class = " line-align-center confidence-box" >
826
826
< Input
827
827
type= " text"
892
892
< LoadingDots duration= {' 1s' } size= {12 } gap= {5 } color= {' var(--bs-primary)' } / >
893
893
< / div>
894
894
{: else if searchDone && (! items || items .length === 0 )}
895
- < div class = " mt-5" >
895
+ < div class = " mt-5 text-center " >
896
896
< h4 class = " text-secondary" > {" Ehhh, no idea..." }< / h4>
897
897
< / div>
898
898
{/ if }
Original file line number Diff line number Diff line change 743
743
< div class = " line-align-center input-text fw-bold" >
744
744
< span> {' Confidence:' }< / span>
745
745
< / div>
746
- < div style= " display: flex;" >
746
+ < div style= " display: flex; gap: 5px; " >
747
747
< div class = " line-align-center confidence-box" >
748
748
< Input
749
749
type= " text"
802
802
< LoadingDots duration= {' 1s' } size= {12 } gap= {5 } color= {' var(--bs-primary)' } / >
803
803
< / div>
804
804
{: else if searchDone && (! items || items .length === 0 )}
805
- < div class = " mt-5" >
805
+ < div class = " mt-5 text-center " >
806
806
< h4 class = " text-secondary" > {" Ehhh, no idea..." }< / h4>
807
807
< / div>
808
808
{/ if }
Original file line number Diff line number Diff line change 97
97
</div >
98
98
</div >
99
99
{:else if searchDone && ! result }
100
- <div class =" mt-3" >
100
+ <div class =" mt-3 text-center " >
101
101
<h4 class ="text-secondary" >{" Ehhh, no idea..." }</h4 >
102
102
</div >
103
103
{/if }
You can’t perform that action at this time.
0 commit comments