diff options
Diffstat (limited to 'lume/src/_components')
| -rw-r--r-- | lume/src/_components/XeblogConv.tsx | 2 | ||||
| -rw-r--r-- | lume/src/_components/XeblogPicture.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lume/src/_components/XeblogConv.tsx b/lume/src/_components/XeblogConv.tsx index 5d783b9..66d5e10 100644 --- a/lume/src/_components/XeblogConv.tsx +++ b/lume/src/_components/XeblogConv.tsx @@ -19,7 +19,7 @@ const ConvSnippet = ({ return ( <> - <div className="my-4 flex space-x-4 rounded-md border border-solid border-fg-4 bg-bg-2 p-3 dark:border-fgDark-4 dark:bg-bgDark-2 max-w-full min-h-fit"> + <div className="my-4 flex space-x-4 rounded-md border border-solid border-fg-4 bg-bg-2 p-3 dark:border-fgDark-4 dark:bg-bgDark-2 lg:max-w-[65ch] mx-auto min-h-fit"> <div className="flex max-h-16 shrink-0 items-center justify-center self-center"> <img style={`max-height:${standalone ? "6" : "4"}rem`} diff --git a/lume/src/_components/XeblogPicture.tsx b/lume/src/_components/XeblogPicture.tsx index 732b8ad..b8c7170 100644 --- a/lume/src/_components/XeblogPicture.tsx +++ b/lume/src/_components/XeblogPicture.tsx @@ -10,7 +10,7 @@ export default function XeblogPicture({ className, }: XeblogPicture) { return ( - <figure className={`max-w-3xl mx-auto ${className}`}> + <figure className={`max-w-3xl mx-auto not-prose w-full ${className}`}> <a href={`https://cdn.xeiaso.net/file/christine-static/${path}.jpg`}> <picture> <source |
