From d03ee51b9d05652b258e2bdf747c8794507bd162 Mon Sep 17 00:00:00 2001 From: Tiago Evangelista Pinto Date: Fri, 10 Sep 2021 09:53:18 -0300 Subject: [PATCH] [FIX] Remove margin from quote inside quote (#21779) --- app/reactions/client/stylesheets/reaction.css | 2 +- app/theme/client/imports/general/base_old.css | 8 -------- client/components/Message/Attachments/QuoteAttachment.tsx | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app/reactions/client/stylesheets/reaction.css b/app/reactions/client/stylesheets/reaction.css index b8d6e3897130..7bb7a232b0fc 100644 --- a/app/reactions/client/stylesheets/reaction.css +++ b/app/reactions/client/stylesheets/reaction.css @@ -1,6 +1,6 @@ .message { & .reactions { - margin-top: 4px; + margin-top: 8px; padding: 0; & > li { diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index 0139ed9abd3e..fdedb50d4faa 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/app/theme/client/imports/general/base_old.css @@ -62,14 +62,6 @@ content: ""; } - &:first-child { - margin-top: 4px; - } - - &:last-child { - margin-bottom: 4px; - } - &:first-child::before { border-radius: 2px 2px 0 0; } diff --git a/client/components/Message/Attachments/QuoteAttachment.tsx b/client/components/Message/Attachments/QuoteAttachment.tsx index acbabe4f9b65..f8413028553c 100644 --- a/client/components/Message/Attachments/QuoteAttachment.tsx +++ b/client/components/Message/Attachments/QuoteAttachment.tsx @@ -57,7 +57,7 @@ export const QuoteAttachment: FC = ({ {attachments && ( - + )}