diff --git a/app/components/AsciidocBlocks/Image.tsx b/app/components/AsciidocBlocks/Image.tsx index 85fa341..c0c2a59 100644 --- a/app/components/AsciidocBlocks/Image.tsx +++ b/app/components/AsciidocBlocks/Image.tsx @@ -88,7 +88,7 @@ const Image = ({ className="fixed [&_img]:mx-auto" backdrop={
} > - + } >
diff --git a/app/components/TableOfContents.tsx b/app/components/TableOfContents.tsx index a2b6524..223ebaa 100644 --- a/app/components/TableOfContents.tsx +++ b/app/components/TableOfContents.tsx @@ -229,12 +229,12 @@ export const SmallScreenOutline = ({ return ( - + Table of Contents{' '} { {(authorNameParam || authorEmailParam) && ( <> -
Author:
+
Author:
{authorNameParam || authorEmailParam} @@ -128,7 +128,7 @@ const FilterDropdown = () => { {labelParam && ( <> -
Label:
+
Label:
{labelParam} diff --git a/app/components/rfd/RfdDiscussionDialog.tsx b/app/components/rfd/RfdDiscussionDialog.tsx index c0664d3..cf0b9f1 100644 --- a/app/components/rfd/RfdDiscussionDialog.tsx +++ b/app/components/rfd/RfdDiscussionDialog.tsx @@ -221,7 +221,7 @@ const DialogContent = ({ return ( @@ -339,7 +339,7 @@ const DiscussionReview = ({
{/* Timeline line */} {!isLast && ( -
+
)} {/* Review header */} @@ -398,7 +398,7 @@ const DiscussionReview = ({ return (
{thread[0].line && ( -
+
gotoBlock(thread[0].line!)} className="group sticky top-0" @@ -409,7 +409,7 @@ const DiscussionReview = ({
)} -
+
{/* Timeline line */} {!isLast && ( -
+
)} {/* Review header */} diff --git a/app/components/rfd/RfdInlineComments.tsx b/app/components/rfd/RfdInlineComments.tsx index 18a43e3..1e954bd 100644 --- a/app/components/rfd/RfdInlineComments.tsx +++ b/app/components/rfd/RfdInlineComments.tsx @@ -387,7 +387,7 @@ export const CommentThreadBlock = ({ {/* )} */} {/* Code */} -
+
{lines.map((line, index) => { let change: Change = null diff --git a/app/styles/lib/github-markdown.css b/app/styles/lib/github-markdown.css index e706ca5..29efb51 100644 --- a/app/styles/lib/github-markdown.css +++ b/app/styles/lib/github-markdown.css @@ -21,7 +21,7 @@ } & blockquote { - @apply mt-4 mb-4 border-l pl-4 border-default; + @apply mb-4 mt-4 border-l pl-4 border-default; & p { @apply text-tertiary;