Update src/display/css_html_js.py
Browse files- src/display/css_html_js.py +29 -0
src/display/css_html_js.py
CHANGED
@@ -64,6 +64,35 @@ table th:first-child {
|
|
64 |
color: white !important;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
#model_comparison {
|
69 |
height: 6rem !important;
|
|
|
64 |
color: white !important;
|
65 |
}
|
66 |
|
67 |
+
/* 100% scale*/
|
68 |
+
@media (resolution: 96dpi), (min-resolution: 1dppx) and (max-resolution: 1.25dppx) {
|
69 |
+
#model_comparison {
|
70 |
+
height: 6rem !important;
|
71 |
+
overflow: auto !important;
|
72 |
+
}
|
73 |
+
}
|
74 |
+
|
75 |
+
/* 125% scale */
|
76 |
+
@media (resolution: 120dpi), (min-resolution: 1.25dppx) and (max-resolution: 1.5dppx) {
|
77 |
+
#model_comparison .svelte-1k4wjf2 {
|
78 |
+
font-size: 0.65rem;
|
79 |
+
}
|
80 |
+
|
81 |
+
#model_comparison {
|
82 |
+
height: 8rem !important;
|
83 |
+
overflow: auto !important;
|
84 |
+
}
|
85 |
+
|
86 |
+
#component-35 {
|
87 |
+
margin-top: 0.5rem !important;
|
88 |
+
}
|
89 |
+
|
90 |
+
#component-31 {
|
91 |
+
margin-top: 0.5rem !important;
|
92 |
+
}
|
93 |
+
}
|
94 |
+
|
95 |
+
|
96 |
|
97 |
#model_comparison {
|
98 |
height: 6rem !important;
|