fix emoji picker styling & update packages

This commit is contained in:
olcxja 2026-06-18 08:40:01 +02:00
commit d587aed92c
59 changed files with 46 additions and 12 deletions

View file

@ -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);
}