Compare commits

...

3 Commits

Author SHA1 Message Date
FloatingGhost 13048fce76 fix build 2022-06-17 12:23:19 +01:00
FloatingGhost a0ba907f6d build on push 2022-06-17 12:19:12 +01:00
FloatingGhost 35dfb09e6f force popover to be a bit bigger 2022-06-17 12:18:11 +01:00
+6 -1
View File
@@ -10,7 +10,7 @@
>
<template v-slot:content="{close}">
<EmojiPicker
:enableStickerPicker="false"
:enable-sticker-picker="false"
@emoji="addReaction($event, close)"
/>
</template>
@@ -103,6 +103,11 @@
color: var(--text, $fallback--text);
}
}
.popover {
transform: translateX(-64px) translateY(5px);
min-width: 70%;
}
}
</style>