chatgpt_webui / style.css
dotmet's picture
Upload 2 files
f3fdcce
raw
history blame contribute delete
144 Bytes
.gradio-container {
max-width: 100%;
max-height: 100%;
}
[id$=chatbot] > div{
border: 0;
height: 70vh;
overflow-y: auto;
}