From 55446541fb37e50aaf555917ce27938dae759219 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 25 Dec 2025 01:15:21 -0500 Subject: [PATCH] styling fixes --- src/app.css | 1 + src/app.tsx | 2 +- src/components/Bars.tsx | 10 +++++----- src/components/blog/CommentBlock.tsx | 16 ++++------------ src/components/blog/CommentDeletionPrompt.tsx | 7 +------ src/components/blog/CommentSectionWrapper.tsx | 8 ++++++++ src/components/blog/EditCommentModal.tsx | 2 +- src/routes/blog/[title]/index.tsx | 2 +- src/types/comment.ts | 2 ++ 9 files changed, 24 insertions(+), 26 deletions(-) diff --git a/src/app.css b/src/app.css index c5169f6..2dae120 100644 --- a/src/app.css +++ b/src/app.css @@ -209,6 +209,7 @@ transition-duration: 500ms; syntax: "*"; inherits: false; + scrollbar-gutter: stable; } ::selection { diff --git a/src/app.tsx b/src/app.tsx index ac6aff0..2feb160 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -164,7 +164,7 @@ function AppLayout(props: { children: any }) { <>
-
+