Upload folder using huggingface_hub
Browse files
frontend/src/DemoTour.css
CHANGED
|
@@ -186,6 +186,13 @@ body.demo-side-panel .app-content {
|
|
| 186 |
color: #ffffff;
|
| 187 |
animation: tour-strip-in 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
| 188 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
.tour-intro-brand {
|
| 190 |
display: flex;
|
| 191 |
align-items: center;
|
|
|
|
| 186 |
color: #ffffff;
|
| 187 |
animation: tour-strip-in 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
| 188 |
}
|
| 189 |
+
/* The column has a fixed height (inset: 0), so with the default shrink the browser squeezes each child's
|
| 190 |
+
box below its content when the stack is taller than the phone: the headline text then overflows its
|
| 191 |
+
shrunken box and the nutgraf lands on top of it. Pin every child to its natural height and let the
|
| 192 |
+
container scroll instead. */
|
| 193 |
+
.tour-intro > * {
|
| 194 |
+
flex-shrink: 0;
|
| 195 |
+
}
|
| 196 |
.tour-intro-brand {
|
| 197 |
display: flex;
|
| 198 |
align-items: center;
|