Spaces:
Sleeping
Sleeping
test front
Browse files
style.css
CHANGED
@@ -2,19 +2,7 @@
|
|
2 |
/* :root {
|
3 |
--user-image: url('https://ih1.redbubble.net/image.4776899543.6215/st,small,507x507-pad,600x600,f8f8f8.jpg');
|
4 |
} */
|
5 |
-
.avatar-container.svelte-1x5p6hu:not(.thumbnail-item) img {
|
6 |
-
width: 100%;
|
7 |
-
height: 100%;
|
8 |
-
object-fit: cover;
|
9 |
-
border-radius: 50%;
|
10 |
-
padding: 0px;
|
11 |
-
margin: 0px;
|
12 |
-
}
|
13 |
|
14 |
-
.gradio-container {
|
15 |
-
width: 100%!important;
|
16 |
-
max-width: 100% !important;
|
17 |
-
}
|
18 |
|
19 |
/* fix for huggingface infinite growth*/
|
20 |
main.flex.flex-1.flex-col {
|
@@ -97,12 +85,7 @@ body.dark .tip-box * {
|
|
97 |
font-size:14px !important;
|
98 |
|
99 |
}
|
100 |
-
|
101 |
-
display: block;
|
102 |
-
margin: auto;
|
103 |
-
max-width: 100%; /* Ensures the image is responsive */
|
104 |
-
height: auto;
|
105 |
-
}
|
106 |
|
107 |
a {
|
108 |
text-decoration: none;
|
@@ -249,7 +232,7 @@ label.selected{
|
|
249 |
}
|
250 |
|
251 |
div#sources-textbox{
|
252 |
-
|
253 |
overflow-y: scroll !important;
|
254 |
/* overflow-y: auto !important; */
|
255 |
}
|
@@ -544,40 +527,6 @@ span.chatbot > p > img{
|
|
544 |
color:orange !important;
|
545 |
}
|
546 |
|
547 |
-
.score-orange{
|
548 |
-
color:red !important;
|
549 |
-
}
|
550 |
-
|
551 |
-
/* Additional style for scrollable tab content */
|
552 |
-
div#tab-recommended_content {
|
553 |
-
overflow-y: auto; /* Enable vertical scrolling */
|
554 |
-
max-height: 80vh; /* Adjust height as needed */
|
555 |
-
}
|
556 |
-
|
557 |
-
/* Mobile specific adjustments */
|
558 |
-
@media screen and (max-width: 767px) {
|
559 |
-
div#tab-recommended_content {
|
560 |
-
max-height: 50vh; /* Reduce height for smaller screens */
|
561 |
-
overflow-y: auto;
|
562 |
-
}
|
563 |
-
}
|
564 |
-
|
565 |
-
/* Additional style for scrollable tab content */
|
566 |
-
div#tab-saved-graphs {
|
567 |
-
overflow-y: auto; /* Enable vertical scrolling */
|
568 |
-
max-height: 80vh; /* Adjust height as needed */
|
569 |
-
}
|
570 |
-
|
571 |
-
/* Mobile specific adjustments */
|
572 |
-
@media screen and (max-width: 767px) {
|
573 |
-
div#tab-saved-graphs {
|
574 |
-
max-height: 50vh; /* Reduce height for smaller screens */
|
575 |
-
overflow-y: auto;
|
576 |
-
}
|
577 |
-
}
|
578 |
-
.message-buttons-left.panel.message-buttons.with-avatar {
|
579 |
-
display: none;
|
580 |
-
}
|
581 |
.score-red{
|
582 |
color:red !important;
|
583 |
}
|
|
|
2 |
/* :root {
|
3 |
--user-image: url('https://ih1.redbubble.net/image.4776899543.6215/st,small,507x507-pad,600x600,f8f8f8.jpg');
|
4 |
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
|
|
|
|
|
|
|
|
6 |
|
7 |
/* fix for huggingface infinite growth*/
|
8 |
main.flex.flex-1.flex-col {
|
|
|
85 |
font-size:14px !important;
|
86 |
|
87 |
}
|
88 |
+
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
a {
|
91 |
text-decoration: none;
|
|
|
232 |
}
|
233 |
|
234 |
div#sources-textbox{
|
235 |
+
height:calc(100vh - 190px) !important;
|
236 |
overflow-y: scroll !important;
|
237 |
/* overflow-y: auto !important; */
|
238 |
}
|
|
|
527 |
color:orange !important;
|
528 |
}
|
529 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
.score-red{
|
531 |
color:red !important;
|
532 |
}
|