Spaces:
Running
Running
Update style/defaults/style.css
Browse files- style/defaults/style.css +29 -3
style/defaults/style.css
CHANGED
|
@@ -195,12 +195,12 @@ progress::-moz-progress-bar {
|
|
| 195 |
color: #545454;
|
| 196 |
border: 1px solid #ddd;
|
| 197 |
border-radius: 6px;
|
| 198 |
-
padding: 20px 20px 16px 16px;
|
| 199 |
max-width: 340px;
|
| 200 |
width: 92vw;
|
| 201 |
min-width: 180px;
|
| 202 |
min-height: 60px;
|
| 203 |
-
max-height:
|
| 204 |
z-index: 20000;
|
| 205 |
display: none;
|
| 206 |
flex-direction: column;
|
|
@@ -208,7 +208,33 @@ progress::-moz-progress-bar {
|
|
| 208 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
| 209 |
overflow: auto;
|
| 210 |
box-sizing: border-box;
|
| 211 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
}
|
| 213 |
|
| 214 |
/* Ensure content does not go under close button */
|
|
|
|
| 195 |
color: #545454;
|
| 196 |
border: 1px solid #ddd;
|
| 197 |
border-radius: 6px;
|
| 198 |
+
padding: 20px 20px 16px 16px;
|
| 199 |
max-width: 340px;
|
| 200 |
width: 92vw;
|
| 201 |
min-width: 180px;
|
| 202 |
min-height: 60px;
|
| 203 |
+
max-height: 90%;
|
| 204 |
z-index: 20000;
|
| 205 |
display: none;
|
| 206 |
flex-direction: column;
|
|
|
|
| 208 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
| 209 |
overflow: auto;
|
| 210 |
box-sizing: border-box;
|
| 211 |
+
}
|
| 212 |
+
|
| 213 |
+
@media (max-width: 600px) {
|
| 214 |
+
.tooltip-panel {
|
| 215 |
+
top: auto;
|
| 216 |
+
bottom: 8px;
|
| 217 |
+
left: 3vw;
|
| 218 |
+
right: 3vw;
|
| 219 |
+
transform: none;
|
| 220 |
+
width: auto;
|
| 221 |
+
max-width: 94vw;
|
| 222 |
+
min-width: 0;
|
| 223 |
+
max-height: 55%;
|
| 224 |
+
padding: 20px 10px 12px 10px;
|
| 225 |
+
font-size: 13.5px;
|
| 226 |
+
overflow: auto;
|
| 227 |
+
}
|
| 228 |
+
.tooltip-close {
|
| 229 |
+
top: 8px;
|
| 230 |
+
right: 8px;
|
| 231 |
+
width: 26px;
|
| 232 |
+
height: 26px;
|
| 233 |
+
font-size: 15px;
|
| 234 |
+
}
|
| 235 |
+
.tooltip-image {
|
| 236 |
+
max-height: 22vh;
|
| 237 |
+
}
|
| 238 |
}
|
| 239 |
|
| 240 |
/* Ensure content does not go under close button */
|