Spaces:
Sleeping
Sleeping
File size: 1,519 Bytes
7a1e0cc |
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 |
h1 {
text-align: center;
}
textarea {
border-radius: 32px;
margin-left: 10px;
margin-right: 10px
}
.scroll-hide.svelte-it7283 {
padding-top: 12px;
}
.upload-button.svelte-it7283, .submit-button.svelte-it7283 {
border-radius: 32px;
min-width: 42px;
height: 42px;
margin-bottom: 0px;
}
.flex-wrap.user.svelte-1ggj411.svelte-1ggj411 {
border-color: var(--color-accent-soft);
border-width: 2px;
border-radius: 21px;
border-bottom-right-radius: 0;
padding: 6px 15px;
border-color: var(--color-accent-soft);
}
:not(.component-wrap).flex-wrap.bot.svelte-1ggj411.svelte-1ggj411 {
border-color: var(--color-accent-soft);
border-width: 2px;
border-radius: 21px;
border-bottom-left-radius: 0;
padding: 6px 15px;
}
.lg.svelte-cmf5ev {
border-radius: 32px;
padding: 0px;
max-width: 50px;
min-width: 50px;
min-height: 50px;
max-height: 50px;
align-self: center;
align-content: center;
padding-left: 8px;
background-color: var(--block-background-fill);
}
gradio-app .gradio-container.gradio-container-4-39-0 .contain .pending.svelte-1gpwetz {
align-self: baseline;
background-color: transparent;
gap: 2px;
width: 25%;
height: 42px;
border-color: var(--color-accent-soft);
border-width: 2px;
border-radius: 21px !important;
border-bottom-left-radius: 0px !important;
margin-left: 29px;
padding: 0px;
} |