Upload folder using huggingface_hub
Browse files
client/src/components/Refinity.tsx
CHANGED
|
@@ -389,7 +389,7 @@ const Refinity: React.FC = () => {
|
|
| 389 |
grabCursor
|
| 390 |
coverflowEffect={{ rotate: 0, stretch: 0, depth: 80, modifier: 1, slideShadows: false }}
|
| 391 |
className="mySwiper !px-4 overflow-visible pb-2"
|
| 392 |
-
style={{ height: 'min(
|
| 393 |
>
|
| 394 |
{taskVersions.map((v, idx) => {
|
| 395 |
const limit = 160;
|
|
|
|
| 389 |
grabCursor
|
| 390 |
coverflowEffect={{ rotate: 0, stretch: 0, depth: 80, modifier: 1, slideShadows: false }}
|
| 391 |
className="mySwiper !px-4 overflow-visible pb-2"
|
| 392 |
+
style={{ height: 'min(62.4vh, calc((100vh - 240px) * 0.8))', minHeight: '304px' }}
|
| 393 |
>
|
| 394 |
{taskVersions.map((v, idx) => {
|
| 395 |
const limit = 160;
|