From 30ab36f5952b5fc422ca8a082f9c8e419762d582 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 09:15:58 +0200 Subject: [PATCH] add padding to highlighted messages --- files/assets/css/chat.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index c26d517e2..83cad7d18 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -27,6 +27,7 @@ .chat-mention { position: relative; + padding: 0 10px; } .chat-mention::before { @@ -36,7 +37,7 @@ position: absolute; left: 0; background-color: var(--primary); - opacity: 0.12; + opacity: 0.2; } p, h1, h2, h3, h4, h5 {