mirror of
https://github.com/chenasraf/stimvisor.git
synced 2026-05-17 17:38:11 +00:00
fix: screenshot sizes
This commit is contained in:
@@ -1 +1 @@
|
||||
b3720f3ac2572fdca396795bb24a2756
|
||||
0245f6e720b08c65d698b6a896bdaf7a
|
||||
@@ -25,12 +25,12 @@ export function ScreenshotsCarouselModal({
|
||||
<DialogContent className="max-w-[calc(100%_-_128px)] max-h-[calc(100%_-_64px)]">
|
||||
<DialogTitle>Screenshots</DialogTitle>
|
||||
<Carousel opts={{ startIndex: activeIndex ?? undefined }}>
|
||||
<CarouselContent className="max-w-full max-h-full">
|
||||
<CarouselContent className="max-h-full">
|
||||
{screenshots.map((scr) => (
|
||||
<CarouselItem key={scr.path} className="flex items-center justify-center">
|
||||
<ScreenshotImg
|
||||
screenshot={scr}
|
||||
className="max-h-[calc(100vh_-_128px)] object-cover mx-auto"
|
||||
className="max-h-[calc(100vh_-_160px)] object-cover mx-auto"
|
||||
/>
|
||||
</CarouselItem>
|
||||
))}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://wails.io/schemas/config.v2.json",
|
||||
"name": "stimvisor",
|
||||
"name": "StimVisor",
|
||||
"outputfilename": "stimvisor",
|
||||
"frontend:install": "pnpm install",
|
||||
"frontend:build": "pnpm build",
|
||||
|
||||
Reference in New Issue
Block a user