Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -311,6 +311,20 @@ button.gr-button.card {
|
|
| 311 |
box-shadow: none !important;
|
| 312 |
}
|
| 313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
/* Själva textarea – ALL text ritas här */
|
| 315 |
.message-box textarea {
|
| 316 |
width: 100% !important;
|
|
|
|
| 311 |
box-shadow: none !important;
|
| 312 |
}
|
| 313 |
|
| 314 |
+
/* YTTRE BLOCK – döda Gradio-ram + mörka hörn */
|
| 315 |
+
.block.message-box {
|
| 316 |
+
background: transparent !important;
|
| 317 |
+
border: none !important;
|
| 318 |
+
box-shadow: none !important;
|
| 319 |
+
}
|
| 320 |
+
|
| 321 |
+
/* Label-container som Gradio använder för extra ram */
|
| 322 |
+
.message-box label.show_textbox_border {
|
| 323 |
+
border: none !important;
|
| 324 |
+
box-shadow: none !important;
|
| 325 |
+
background: transparent !important;
|
| 326 |
+
}
|
| 327 |
+
|
| 328 |
/* Själva textarea – ALL text ritas här */
|
| 329 |
.message-box textarea {
|
| 330 |
width: 100% !important;
|