File size: 938 Bytes
ff4e3da 4f5f090 73a1fac 2591f90 ff4e3da 2591f90 ff4e3da 2591f90 4f5f090 2591f90 4f5f090 2591f90 ff4e3da c6a4709 4f5f090 ff4e3da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
.summary-window {
height: 600px !important;
/* border: dashed 1px #e0e0e0 !important; */
border-radius: 10px !important;
padding: 4px;
}
.summary-window > label {
display: none !important;
}
#view-toggle-btn-container > div {
border: none !important;
}
#view-toggle-btn > span {
display: none !important;
}
#view-toggle-btn > div:nth-child(3) {
margin: auto !important;
width: fit-content !important;
}
#adaptive-summary-accordion {
position: absolute !important;
z-index: 100 !important;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
/* #chat-window {
margin-top: 40px !important;
} */
#chat-window > div > div:nth-child(1) {
height: 600px !important;
}
.textfield {
line-height: 1.7 !important;
}
.textspan {
padding: 0px !important;
margin: 0px !important;
line-height: 1.7 !important;
}
#persona-dropdown-container {
margin-top: 40px !important;
} |