UX: apply same style for highlight mention span ()

This commit is contained in:
chapoi 2023-02-06 10:56:52 +01:00 committed by GitHub
parent c3ace5ea8b
commit 2f8ad17aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
plugins/chat/assets/stylesheets/common

View File

@ -136,6 +136,12 @@
.mention.highlighted {
background: var(--tertiary-low);
color: var(--primary);
display: inline-block;
font-size: 0.93em;
font-weight: normal;
padding: 0 0.3em 0.07em;
border-radius: 0.6em;
text-decoration: none;
}
img.ytp-thumbnail-image {