Skip to content

Commit

Permalink
feat: adjust align on wider images
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Sep 19, 2024
1 parent 9791c31 commit e526c0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const gallerySliderMedia = style({
flexGrow: "0",
transition: "translate 0.3s ease-in-out",
borderRadius: "4px",
alignSelf: "center",
});

export const gallerySliderAnimationContainer = style({
Expand Down Expand Up @@ -60,7 +61,6 @@ export const mediaPreviewButton = recipe({
base: {
cursor: "pointer",
width: "20%",
height: "20%",
display: "block",
flexShrink: "0",
flexGrow: "0",
Expand All @@ -84,7 +84,6 @@ export const mediaPreviewButton = recipe({

export const mediaPreview = style({
width: "100%",
height: "100%",
display: "flex",
});

Expand Down

0 comments on commit e526c0f

Please sign in to comment.