diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index c26d517e21..83cad7d181 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 {