File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7777 padding : 0px ;
7878
7979 i ::before {
80- font-size : 1.2 em ;
80+ font-size : 1 em ;
8181 font-weight : 700 ;
8282 }
8383 }
Original file line number Diff line number Diff line change 300300 < / Col>
301301 < / Row>
302302
303- {#if !! AgentExtensions .editable (agent )}
303+ {#if !! AgentExtensions .editable (originalAgent )}
304304 < Row>
305305 < div class = " hstack gap-2 my-4" >
306306 < Button class = " btn btn-soft-primary" on: click= {() => updateCurrentAgent ()}> {$_ (' Save Agent' )}< / Button>
Original file line number Diff line number Diff line change 821821 < div class = " line-align-center input-text fw-bold" >
822822 < span> {' Confidence:' }< / span>
823823 < / div>
824- < div style= " display: flex;" >
824+ < div style= " display: flex; gap: 5px; " >
825825 < div class = " line-align-center confidence-box" >
826826 < Input
827827 type= " text"
892892 < LoadingDots duration= {' 1s' } size= {12 } gap= {5 } color= {' var(--bs-primary)' } / >
893893 < / div>
894894 {: else if searchDone && (! items || items .length === 0 )}
895- < div class = " mt-5" >
895+ < div class = " mt-5 text-center " >
896896 < h4 class = " text-secondary" > {" Ehhh, no idea..." }< / h4>
897897 < / div>
898898 {/ if }
Original file line number Diff line number Diff line change 743743 < div class = " line-align-center input-text fw-bold" >
744744 < span> {' Confidence:' }< / span>
745745 < / div>
746- < div style= " display: flex;" >
746+ < div style= " display: flex; gap: 5px; " >
747747 < div class = " line-align-center confidence-box" >
748748 < Input
749749 type= " text"
802802 < LoadingDots duration= {' 1s' } size= {12 } gap= {5 } color= {' var(--bs-primary)' } / >
803803 < / div>
804804 {: else if searchDone && (! items || items .length === 0 )}
805- < div class = " mt-5" >
805+ < div class = " mt-5 text-center " >
806806 < h4 class = " text-secondary" > {" Ehhh, no idea..." }< / h4>
807807 < / div>
808808 {/ if }
Original file line number Diff line number Diff line change 9797 </div >
9898 </div >
9999 {:else if searchDone && ! result }
100- <div class =" mt-3" >
100+ <div class =" mt-3 text-center " >
101101 <h4 class ="text-secondary" >{" Ehhh, no idea..." }</h4 >
102102 </div >
103103 {/if }
You can’t perform that action at this time.
0 commit comments