Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
9763618
1
Parent(s):
1c8e01a
WIP: fix border radius
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
|
@@ -536,14 +536,14 @@ body.popup-open {
|
|
| 536 |
|
| 537 |
/* 小屏幕的tab样式 */
|
| 538 |
@media screen and (max-width: 767px) {
|
| 539 |
-
|
| 540 |
#popup-wrapper.showBox {
|
| 541 |
place-items: end;
|
| 542 |
}
|
| 543 |
#chuanhu-popup {
|
| 544 |
width: 100vw;
|
| 545 |
height: calc( 90*var(--vh) - 48px );
|
| 546 |
-
border-radius:
|
|
|
|
| 547 |
}
|
| 548 |
#toolbox-area > .gradio-box > .gradio-row:first-of-type,
|
| 549 |
#chuanhu-popup > .gradio-box > .gradio-row:first-of-type {
|
|
|
|
| 536 |
|
| 537 |
/* 小屏幕的tab样式 */
|
| 538 |
@media screen and (max-width: 767px) {
|
|
|
|
| 539 |
#popup-wrapper.showBox {
|
| 540 |
place-items: end;
|
| 541 |
}
|
| 542 |
#chuanhu-popup {
|
| 543 |
width: 100vw;
|
| 544 |
height: calc( 90*var(--vh) - 48px );
|
| 545 |
+
border-bottom-left-radius: 0;
|
| 546 |
+
border-bottom-right-radius: 0;
|
| 547 |
}
|
| 548 |
#toolbox-area > .gradio-box > .gradio-row:first-of-type,
|
| 549 |
#chuanhu-popup > .gradio-box > .gradio-row:first-of-type {
|