Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
b9efa15
1
Parent(s):
e741d7d
WIP chore: 微调样式
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
@@ -621,7 +621,8 @@ input:checked + .chatbot-input-more-span {
|
|
621 |
transition: left 0.3s ease, visibility 0.1s ease;
|
622 |
left: calc(0px - var(--menu-width));
|
623 |
z-index: 9999;
|
624 |
-
overflow: unset;
|
|
|
625 |
}
|
626 |
#chuanhu-history {
|
627 |
padding-left: 0;
|
@@ -729,6 +730,11 @@ input:checked + .chatbot-input-more-span {
|
|
729 |
color: var(--button-primary-text-color);
|
730 |
}
|
731 |
|
|
|
|
|
|
|
|
|
|
|
732 |
/* 小屏幕的tab样式 */
|
733 |
@media screen and (max-width: 767px) {
|
734 |
#popup-wrapper.showBox {
|
|
|
621 |
transition: left 0.3s ease, visibility 0.1s ease;
|
622 |
left: calc(0px - var(--menu-width));
|
623 |
z-index: 9999;
|
624 |
+
/* overflow: unset; */
|
625 |
+
border-right: none !important;
|
626 |
}
|
627 |
#chuanhu-history {
|
628 |
padding-left: 0;
|
|
|
730 |
color: var(--button-primary-text-color);
|
731 |
}
|
732 |
|
733 |
+
/* 这是为了第二级tab的选项,比如training里的openai tab下的几个准备数据集tab */
|
734 |
+
.gradio-box > .gradio-tabs .gradio-tabs > div.tab-nav > button.selected {
|
735 |
+
background-color: var(--block-background-fill);
|
736 |
+
}
|
737 |
+
|
738 |
/* 小屏幕的tab样式 */
|
739 |
@media screen and (max-width: 767px) {
|
740 |
#popup-wrapper.showBox {
|
web_assets/stylesheet/custom-components.css
CHANGED
@@ -346,6 +346,7 @@ input:checked + .apSlider::before {
|
|
346 |
display: none;
|
347 |
opacity: 0;
|
348 |
transition: opacity 0.5s ease;
|
|
|
349 |
width: auto;
|
350 |
border-radius: 5px;
|
351 |
box-shadow: var(--shadow-sm);
|
|
|
346 |
display: none;
|
347 |
opacity: 0;
|
348 |
transition: opacity 0.5s ease;
|
349 |
+
font-size: small;
|
350 |
width: auto;
|
351 |
border-radius: 5px;
|
352 |
box-shadow: var(--shadow-sm);
|