update mention CSS

This commit is contained in:
MathMan05 2024-09-09 20:54:23 -05:00
parent 9e830ae520
commit ab842f8f9b

View file

@ -2197,10 +2197,11 @@ form div{
.mentionMD{ .mentionMD{
background:var(--mention-md-bg); background:var(--mention-md-bg);
flex-shrink:0; flex-shrink:0;
padding:.03in; padding: .0075in .02in;
border-radius:.1in; border-radius: .05in;
font-weight:bold; font-weight:bold;
cursor:pointer; cursor:pointer;
display: inline-block;
} }
.mentionMD:hover{ .mentionMD:hover{
background:color-mix(in srgb,var(--mention-md-bg),white 10%); background:color-mix(in srgb,var(--mention-md-bg),white 10%);