diff --git a/src/views/emojiPacks/components/SingleEmojiEditor.vue b/src/views/emojiPacks/components/SingleEmojiEditor.vue
index 998a3d79..a1d2383a 100644
--- a/src/views/emojiPacks/components/SingleEmojiEditor.vue
+++ b/src/views/emojiPacks/components/SingleEmojiEditor.vue
@@ -34,6 +34,7 @@
{{ $t('emoji.copy') }}
{{ $t('emoji.copyToLocalPack') }}
@@ -102,7 +103,7 @@ export default {
return this.$store.state.emojiPacks.localPacks
},
remoteInstance() {
- return this.$store.state.emojiPacks.remoteInstance
+ return new URL(this.$store.state.emojiPacks.remoteInstance).host
}
},
methods: {
@@ -167,6 +168,10 @@ export default {
.copy-popover {
width: 330px
}
+.copy-to-local-pack-button {
+ margin-top: 15px;
+ float: right;
+}
.emoji-buttons {
place-self: center;
min-width: 200px