File size: 1,439 Bytes
fe52ef9 | 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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | div#component-7, div#component-10 {
flex: 0;
flex-wrap: nowrap;
flex-grow: 0;
flex-shrink: 0;
flex-direction: row;
}
div#component-7 {
justify-content: flex-start;
}
div#component-10 {
justify-content: flex-end;
}
.wrap.svelte-1hfxrpf {
background: none;
width: fit-content;
}
div#component-8, .form.svelte-633qhp {
background: none;
margin: 0;
padding: 0;
}
button#new_chat_btn, button#login_btn {
min-width: min-content;
width: fit-content;
}
.button-icon {
width: var(--text-xxl);
height: var(--text-xxl);
}
div#component-0 {
height: 90vh;
}
div#component-27, div#component-33 {
display: none;
}
.icon-wrap.svelte-1hfxrpf {
right: 0;
}
input.border-none.svelte-1hfxrpf {
font-size: medium;
font-weight: bold;
}
.label.svelte-p5q82i {
margin-bottom: var(--size-5)
}
textarea.edit-textarea {
border: none;
}
div#component-32 {
gap: 0;
max-height: 70vh;
}
div#chatbot {
max-width: min(80%, 900px);
align-self: center;
}
div#inputs {
max-width: min(80%, 700px);
min-height: fit-content;
align-self: center;
}
.styler.svelte-1nguped {
background: var(--block-background-fill);
}
.form.svelte-633qhp {
gap: 0;
box-shadow: none;
}
.bot.svelte-yaaj3.message {
border: none;
}
.styler.svelte-1nguped {
gap: 0px;
}
.table-wrap.svelte-p5q82i {
border: none;
}
thead {
display: none;
}
|