coderg / styles.css
prashantmatlani's picture
ui change and auto-save conversation history
642547d
raw
history blame contribute delete
667 Bytes
/* styles.css */
.gradio-container {
max-width: 100% !important;
}
#chat-window {
border: none !important;
background-color: #ffffff !important;
}
/* Sidebar styling */
.secondary {
background-color: #f0f4f9 !important;
border-right: 1px solid #dee2e6 !important;
padding: 20px !important;
}
/* Make buttons look like modern UI */
button.primary {
background: #007bff !important;
border: none !important;
}
/* Making sidebar items look professional and clickable */
.gr-dataset {
cursor: pointer;
border: none !important;
}
.gr-dataset:hover {
background-color: #e8eaed !important;
}