From d2cbf7280318d24abbca0b56113bec1dc723c6ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 23 Jan 2023 03:15:46 +0200 Subject: [PATCH] decreases buttons top margin --- files/assets/css/chat.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 759a10330..51f244437 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -91,7 +91,7 @@ p { float: right; color: var(--black); font-size: 12px; - margin-top: 5px; + margin-top: 4px; } lite-youtube { @@ -128,10 +128,6 @@ lite-youtube { font-size: 12px !important; } -.quotes { - margin-top: 0.5rem; -} - .chat-message { max-height: 30vh; overflow: auto;