Update app.py
Browse files
app.py
CHANGED
|
@@ -249,23 +249,26 @@ with gr.Blocks(css="""
|
|
| 249 |
text-align: left !important;
|
| 250 |
}
|
| 251 |
|
| 252 |
-
|
| 253 |
-
#chatbox {
|
| 254 |
padding: 0px !important;
|
| 255 |
margin: 0px !important;
|
|
|
|
|
|
|
| 256 |
}
|
| 257 |
|
| 258 |
-
/* 缩小 Blocks(整个页面)容器的内外边距 */
|
| 259 |
.gr-block.gr-box {
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
box-shadow: none !important; /* 可选:移除阴影 */
|
| 263 |
}
|
| 264 |
|
| 265 |
-
/* 整个页面留白压缩(如果你还想再缩) */
|
| 266 |
body, html {
|
| 267 |
-
|
| 268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
}
|
| 270 |
|
| 271 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
|
|
|
| 249 |
text-align: left !important;
|
| 250 |
}
|
| 251 |
|
| 252 |
+
.gr-box {
|
|
|
|
| 253 |
padding: 0px !important;
|
| 254 |
margin: 0px !important;
|
| 255 |
+
box-shadow: none !important;
|
| 256 |
+
border: none !important;
|
| 257 |
}
|
| 258 |
|
|
|
|
| 259 |
.gr-block.gr-box {
|
| 260 |
+
margin: 0 !important;
|
| 261 |
+
padding: 0 !important;
|
|
|
|
| 262 |
}
|
| 263 |
|
|
|
|
| 264 |
body, html {
|
| 265 |
+
margin: 0 !important;
|
| 266 |
+
padding: 0 !important;
|
| 267 |
+
}
|
| 268 |
+
|
| 269 |
+
#chatbox {
|
| 270 |
+
padding: 0 !important;
|
| 271 |
+
margin: 0 !important;
|
| 272 |
}
|
| 273 |
|
| 274 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|