Commit
·
0371459
1
Parent(s):
60d9dee
fix background for light theme
Browse files
utils.py
CHANGED
@@ -116,6 +116,10 @@ css = """
|
|
116 |
gap: 0px !important;
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
119 |
.icon-button-wrapper button[title="Clear"] {
|
120 |
display: none !important;
|
121 |
}
|
@@ -172,9 +176,11 @@ a {
|
|
172 |
}
|
173 |
.message-row .flex-wrap .message {
|
174 |
border: none !important;
|
|
|
175 |
}
|
176 |
.message-row .flex-wrap .bot {
|
177 |
border: none !important;
|
|
|
178 |
}
|
179 |
.flex-wrap {
|
180 |
border-style: none !important;
|
|
|
116 |
gap: 0px !important;
|
117 |
}
|
118 |
|
119 |
+
.wrapper {
|
120 |
+
background-color: #181818 !important;
|
121 |
+
}
|
122 |
+
|
123 |
.icon-button-wrapper button[title="Clear"] {
|
124 |
display: none !important;
|
125 |
}
|
|
|
176 |
}
|
177 |
.message-row .flex-wrap .message {
|
178 |
border: none !important;
|
179 |
+
padding: 0px !important;
|
180 |
}
|
181 |
.message-row .flex-wrap .bot {
|
182 |
border: none !important;
|
183 |
+
padding: 0px !important;
|
184 |
}
|
185 |
.flex-wrap {
|
186 |
border-style: none !important;
|