add padding to highlighted messages

pull/90/head
Aevann 2023-01-22 09:15:58 +02:00
parent d5291a5e41
commit 30ab36f595
1 changed files with 2 additions and 1 deletions

View File

@ -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 {