diff --git a/.gitignore b/.gitignore index 7db022d..6013878 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ app.config.timestamp_*.js *.launch .settings/ tasks +main.go # Temp gitignore diff --git a/src/components/Bars.tsx b/src/components/Bars.tsx index 090efdd..27f7188 100644 --- a/src/components/Bars.tsx +++ b/src/components/Bars.tsx @@ -429,7 +429,7 @@ export function LeftBar() { tabindex="-1" ref={ref} aria-label="Main navigation" - class="border-r-overlay2 bg-base fixed z-9999 h-dvh border-r-2 transition-transform duration-500 ease-out" + class="border-r-overlay2 bg-base fixed z-200 h-dvh border-r-2 transition-transform duration-500 ease-out" classList={{ "-translate-x-full": !leftBarVisible(), "translate-x-0": leftBarVisible() diff --git a/src/components/blog/CommentBlock.tsx b/src/components/blog/CommentBlock.tsx index 7e6a362..b242d51 100644 --- a/src/components/blog/CommentBlock.tsx +++ b/src/components/blog/CommentBlock.tsx @@ -76,7 +76,6 @@ export default function CommentBlock(props: CommentBlockProps) { const deleteCommentTrigger = async (e: MouseEvent) => { e.stopPropagation(); - console.log("Delete comment"); setDeletionLoading(true); const user = userData(); diff --git a/src/components/blog/CommentDeletionPrompt.tsx b/src/components/blog/CommentDeletionPrompt.tsx index 456f284..4b66271 100644 --- a/src/components/blog/CommentDeletionPrompt.tsx +++ b/src/components/blog/CommentDeletionPrompt.tsx @@ -49,7 +49,7 @@ export default function CommentDeletionPrompt( open={props.isOpen} onClose={props.onClose} title="Comment Deletion" - class="bg-red brightness-110" + class="bg-crust brightness-110" >