From a8a437bc548b440a57f74dd600b33cd03e32e696 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 25 Aug 2021 13:22:21 +0800 Subject: [PATCH] Removed padding on last comment to gain back some space and be symmetrical too. There is already some padding given to it via the wrapper. --- ui/scss/component/_livestream.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/scss/component/_livestream.scss b/ui/scss/component/_livestream.scss index d2c0961a8..51ae19b5f 100644 --- a/ui/scss/component/_livestream.scss +++ b/ui/scss/component/_livestream.scss @@ -91,10 +91,6 @@ $recent-msg-button__height: 2rem; .channel-name { font-size: var(--font-xsmall); } - - &:last-of-type { - padding-top: var(--spacing-m); - } } .livestream-comment--superchat {