mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
feat: adjust align on wider images
This commit is contained in:
parent
9791c311f1
commit
e526c0f650
@ -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({
|
||||
@ -60,7 +61,6 @@ export const mediaPreviewButton = recipe({
|
||||
base: {
|
||||
cursor: "pointer",
|
||||
width: "20%",
|
||||
height: "20%",
|
||||
display: "block",
|
||||
flexShrink: "0",
|
||||
flexGrow: "0",
|
||||
@ -84,7 +84,6 @@ export const mediaPreviewButton = recipe({
|
||||
|
||||
export const mediaPreview = style({
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
display: "flex",
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user