fix emoji picker styling & update packages
This commit is contained in:
parent
ecf7e3b4ce
commit
d587aed92c
59 changed files with 46 additions and 12 deletions
|
|
@ -749,4 +749,12 @@ sidebarelement:has(.icon-button:active) indicator:not(.active) {
|
|||
border: 0.15rem solid var(--text-color);
|
||||
border-radius: 0.8rem;
|
||||
transform: translateY(calc( ( var(--icon-button-height) + (var(--button-margin) * 2) ) / 2 - 0.6rem));
|
||||
}
|
||||
}
|
||||
.context-menu button.reaction-text-btn {
|
||||
background-color: rgba(255, 255, 255, 0.03);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
.context-menu button.reaction-text-btn:hover {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue