fix mobile layout bug
This commit is contained in:
parent
afd6d80f99
commit
d81401861a
@ -175,7 +175,7 @@ const GalleryImage = ({ data, pageContext }) => {
|
|||||||
"px-2 flex flex-row portrait:items-end mx-auto",
|
"px-2 flex flex-row portrait:items-end mx-auto",
|
||||||
ar <= 1
|
ar <= 1
|
||||||
? "pt-5 flex-col flex-auto text-right"
|
? "pt-5 flex-col flex-auto text-right"
|
||||||
: "container portrait:pt-5 portrait:flex-col portrait:text-right"
|
: "landscape:container portrait:pt-5 portrait:flex-col portrait:text-right"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="flex-auto mr-2">
|
<div className="flex-auto mr-2">
|
||||||
@ -209,7 +209,7 @@ const GalleryImage = ({ data, pageContext }) => {
|
|||||||
style={{ width: 30 }}
|
style={{ width: 30 }}
|
||||||
></div>
|
></div>
|
||||||
}
|
}
|
||||||
<div className="flex flex-col items-end">
|
<div className="">
|
||||||
<MetadataItem
|
<MetadataItem
|
||||||
data={dateTaken.toLocaleDateString()}
|
data={dateTaken.toLocaleDateString()}
|
||||||
icon={<Calendar />}
|
icon={<Calendar />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user