Style improvements

This commit is contained in:
oobabooga 2023-04-18 23:36:23 -03:00
parent f8da9a0424
commit 649e4017a5
3 changed files with 46 additions and 16 deletions

View file

@ -77,3 +77,30 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
border: none !important;
background-color: #8080802b;
}
.textbox_default textarea {
height: 59vh;
}
.textbox_default_output textarea {
height: 78vh;
}
.textbox textarea {
height: 72vh;
}
.textbox_default textarea, .textbox_default_output textarea, .textbox textarea {
font-size: 16px !important;
color: #46464A !important;
}
.dark textarea {
color: #efefef !important;
}
/* Hide the gradio footer*/
footer {
display: none !important;
}