linguabot commited on
Commit
c05a0f4
·
verified ·
1 Parent(s): 371074c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/components/Refinity.tsx +1 -1
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(78vh, calc(100vh - 240px))', minHeight: '380px' }}
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;