File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
lib/scss/custom/components
chat/[agentId]/[conversationId]/chatImage Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010 margin : 0 ;
1111 position : absolute ;
1212 z-index : 1000 ;
13+ inset : 0px auto auto 0px !important ;
1314
1415 & .show {
1516 top : 100% !important ;
Original file line number Diff line number Diff line change 55 margin-top : 3px ;
66
77 .gallery-item {
8- width : 12 em ;
9- height : 12 em ;
8+ width : 8 em ;
9+ height : 8 em ;
1010
1111 .gallery-item-wrapper {
1212 position : relative ;
Original file line number Diff line number Diff line change 3939< / script>
4040
4141{#if displayComponents}
42- < FileDropZone accept= " image/*" disabled= {disabled} on: drop= {e => handleFileDrop (e)} / >
42+ < FileDropZone accept= " image/*" containerStyles = { ' width: 100%; height: fit-content; min-height: 8rem; ' } disabled= {disabled} on: drop= {e => handleFileDrop (e)} / >
4343 < FileGallery files= {files} disabled= {disabled} onDelete= {deleteFile} / >
4444{/ if }
Original file line number Diff line number Diff line change 2020
2121 {#each agent .routing_rules as rule , idx (idx )}
2222 <div class =" routing-rule-container" >
23- <CollapsibleCard >
23+ <CollapsibleCard open ={ idx === 0 } >
2424 <div slot =' header' >
2525 <h5 class ="rule-header" >{` Rule #${idx + 1 } ` }</h5 >
2626 </div >
You can’t perform that action at this time.
0 commit comments