diff options
Diffstat (limited to 'packages/frontend/src/components/MkEmojiPickerWindow.vue')
| -rw-r--r-- | packages/frontend/src/components/MkEmojiPickerWindow.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkEmojiPickerWindow.vue b/packages/frontend/src/components/MkEmojiPickerWindow.vue index 523e4ba695..04b8c5cc18 100644 --- a/packages/frontend/src/components/MkEmojiPickerWindow.vue +++ b/packages/frontend/src/components/MkEmojiPickerWindow.vue @@ -1,5 +1,6 @@ <template> -<MkWindow ref="window" +<MkWindow + ref="window" :initial-width="null" :initial-height="null" :can-resize="false" @@ -34,7 +35,7 @@ function chosen(emoji: any) { } </script> -<style lang="scss" scoped> +<style lang="scss"> .omfetrab { $pad: 8px; --eachSize: 40px; |