aboutsummaryrefslogtreecommitdiff
path: root/lume/src/_components
diff options
context:
space:
mode:
Diffstat (limited to 'lume/src/_components')
-rw-r--r--lume/src/_components/BlockQuote.jsx2
-rw-r--r--lume/src/_components/XeblogConv.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/lume/src/_components/BlockQuote.jsx b/lume/src/_components/BlockQuote.jsx
index bf15dd5..be562c7 100644
--- a/lume/src/_components/BlockQuote.jsx
+++ b/lume/src/_components/BlockQuote.jsx
@@ -4,4 +4,4 @@ export default function BlockQuote({ children }) {
> {children}
</div>
);
-}; \ No newline at end of file
+};
diff --git a/lume/src/_components/XeblogConv.tsx b/lume/src/_components/XeblogConv.tsx
index c522e45..95f26fc 100644
--- a/lume/src/_components/XeblogConv.tsx
+++ b/lume/src/_components/XeblogConv.tsx
@@ -12,7 +12,7 @@ const ConvSnippet = ({ name, mood, children, standalone }: XeblogConvProps) => {
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">
+ <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="flex max-h-16 shrink-0 items-center justify-center self-center">
<img
style="max-height:6rem"