mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 09:14:59 +03:00
chore(server): email template minor styling (#11387)
This commit is contained in:
@@ -72,16 +72,7 @@ export const FutoLayout = ({ children, preview }: FutoLayoutProps) => (
|
||||
|
||||
<Section className="flex justify-center my-6">
|
||||
<Link href="https://futo.org">
|
||||
<Img
|
||||
className="h-6"
|
||||
src="https://futo.org/images/FutoMainLogo.svg"
|
||||
alt="FUTO"
|
||||
// style={{
|
||||
// height: '24px',
|
||||
// marginTop: '25px',
|
||||
// marginBottom: '25px',
|
||||
// }}
|
||||
/>
|
||||
<Img className="h-6" src="https://futo.org/images/FutoMainLogo.svg" alt="FUTO" />
|
||||
</Link>
|
||||
</Section>
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@ export const ImmichLayout = ({ children, preview }: ImmichLayoutProps) => (
|
||||
/>
|
||||
</Head>
|
||||
<Preview>{preview}</Preview>
|
||||
<Body className="my-auto mx-auto px-2 font-sans text-base text-immich-primary">
|
||||
<Body className="bg-[#F4F4f4] my-auto mx-auto px-2 font-sans text-base text-gray-800">
|
||||
<Container className="my-[40px] mx-auto max-w-[465px]">
|
||||
<Section className="my-6 p-12 border border-red-400 rounded-[50px] bg-slate-200">
|
||||
<Section className="my-6 p-12 border border-red-400 rounded-[50px] bg-gray-50">
|
||||
<Section className="flex justify-center mb-12">
|
||||
<Img
|
||||
src="https://immich.app/img/immich-logo-inline-light.png"
|
||||
|
||||
Reference in New Issue
Block a user