Spaces:
Running
Running
Commit ·
da684b4
1
Parent(s): 55b94d4
ui update
Browse files- styles.css +19 -6
styles.css
CHANGED
|
@@ -1,11 +1,24 @@
|
|
| 1 |
|
| 2 |
|
| 3 |
-
.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
height: 100vh;
|
| 7 |
}
|
| 8 |
|
| 9 |
-
|
| 10 |
-
border
|
|
|
|
| 11 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
+
/* styles.css */
|
| 4 |
+
.gradio-container {
|
| 5 |
+
max-width: 100% !important;
|
|
|
|
| 6 |
}
|
| 7 |
|
| 8 |
+
#chat-window {
|
| 9 |
+
border: none !important;
|
| 10 |
+
background-color: #ffffff !important;
|
| 11 |
}
|
| 12 |
+
|
| 13 |
+
/* Sidebar styling */
|
| 14 |
+
.secondary {
|
| 15 |
+
background-color: #f0f4f9 !important;
|
| 16 |
+
border-right: 1px solid #dee2e6 !important;
|
| 17 |
+
padding: 20px !important;
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
/* Make buttons look like modern UI */
|
| 21 |
+
button.primary {
|
| 22 |
+
background: #007bff !important;
|
| 23 |
+
border: none !important;
|
| 24 |
+
}
|