Skip to content

Commit 8ec6c36

Browse files
committed
fix 2 image gallery corners
1 parent 9ff9fa3 commit 8ec6c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Attachment/Gallery.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ const GalleryWithContext = <
266266
{
267267
borderBottomLeftRadius:
268268
(images.length === 1 ||
269+
(images.length === 2 && rowIndex === 0) ||
269270
(images.length === 3 &&
270271
colIndex === 0 &&
271272
rowIndex === 0) ||

0 commit comments

Comments
 (0)