From 2a5fdc98435e8295c60e2f5ab593bad637185cdf Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 14 Feb 2025 20:56:36 +0000 Subject: [PATCH] Update src/styles/popup.css --- src/styles/popup.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/popup.css b/src/styles/popup.css index 46714b6..d5b507c 100644 --- a/src/styles/popup.css +++ b/src/styles/popup.css @@ -137,6 +137,11 @@ border-radius: 10px; } +.pUMCB_RepliesToPrime > *:last-child { + border-bottom: unset; + padding: 0; +} + .pUMCB_CommentToPrime { width: 100%; margin: 0 0 25px 0;