digichat / style.css
chrizefan's picture
Upload folder using huggingface_hub
fe52ef9 verified
Raw
History Blame Contribute Delete
1.44 kB
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;
}