Style improvements
This commit is contained in:
parent
f8da9a0424
commit
649e4017a5
3 changed files with 46 additions and 16 deletions
27
css/main.css
27
css/main.css
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue