From cc86d596a4aa9d68ee4187396cc2481653b10631 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 20 Mar 2025 17:59:17 +0200 Subject: [PATCH] match image ratios to app --- bskyogcard/src/components/Image.tsx | 2 +- bskyogcard/src/components/PostEmbed.tsx | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bskyogcard/src/components/Image.tsx b/bskyogcard/src/components/Image.tsx index aefdffae2d..e318c1b02b 100644 --- a/bskyogcard/src/components/Image.tsx +++ b/bskyogcard/src/components/Image.tsx @@ -1,7 +1,7 @@ import React from 'react' import {Image as ImageSource} from '../data/getPostData.js' -import {atoms as a, style as s, StyleProp,theme as t} from '../theme/index.js' +import {atoms as a, style as s, StyleProp, theme as t} from '../theme/index.js' import {Box} from './Box.js' import {MediaInsetBorder} from './MediaInsetBorder.js' diff --git a/bskyogcard/src/components/PostEmbed.tsx b/bskyogcard/src/components/PostEmbed.tsx index db0a058a07..b7674466ec 100644 --- a/bskyogcard/src/components/PostEmbed.tsx +++ b/bskyogcard/src/components/PostEmbed.tsx @@ -407,7 +407,7 @@ export function ImagesEmbed({ } else if (imgs.length === 3) { return ( - + - +