mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
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:
parent
fce467ff2d
commit
b78c4138a4
@ -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)
|
||||
})
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user