Fix plus button in reactions and fix common notification overflow (#4467)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-01-29 15:52:56 +04:00 committed by GitHub
parent fce467ff2d
commit b78c4138a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,8 @@
}
function openEmojiPalette (ev: Event) {
ev.preventDefault()
ev.stopPropagation()
showPopup(EmojiPopup, {}, ev.target as HTMLElement, (emoji: string) => {
updateDocReactions(client, reactions, object, emoji)
})

View File

@ -153,7 +153,6 @@
.root {
position: relative;
display: flex;
flex-shrink: 0;
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
border-radius: 0.5rem;
gap: 1rem;