mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +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) {
|
function openEmojiPalette (ev: Event) {
|
||||||
|
ev.preventDefault()
|
||||||
|
ev.stopPropagation()
|
||||||
showPopup(EmojiPopup, {}, ev.target as HTMLElement, (emoji: string) => {
|
showPopup(EmojiPopup, {}, ev.target as HTMLElement, (emoji: string) => {
|
||||||
updateDocReactions(client, reactions, object, emoji)
|
updateDocReactions(client, reactions, object, emoji)
|
||||||
})
|
})
|
||||||
|
@ -153,7 +153,6 @@
|
|||||||
.root {
|
.root {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
|
||||||
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
|
padding: 0.75rem 0.75rem 0.75rem 1.25rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user