diff --git a/src/views/emojiPacks/components/SingleEmojiEditor.vue b/src/views/emojiPacks/components/SingleEmojiEditor.vue
index 39df6bf8..a52a5a67 100644
--- a/src/views/emojiPacks/components/SingleEmojiEditor.vue
+++ b/src/views/emojiPacks/components/SingleEmojiEditor.vue
@@ -7,8 +7,8 @@
- {{ $t('settings.update') }}
- {{ $t('settings.remove') }}
+ {{ $t('settings.update') }}
+ {{ $t('settings.remove') }}
@@ -155,23 +155,23 @@ export default {
.copy-popover {
width: 330px
}
-.emoji-button {
- margin-left: 10px
-}
.emoji-buttons {
- min-width: 210px
+ place-self: center;
+ min-width: 200px
}
.emoji-container {
- display: flex;
+ display: grid;
+ grid-template-columns: 7% 35% 35% 20%;
justify-content: space-between;
- align-items: center;
+ grid-column-gap: 1%;
margin-bottom: 10px;
}
.emoji-preview-img {
- max-width: 5em;
+ max-width: 100%;
+ place-self: center;
}
.emoji-info {
- margin-left: 10px
+ place-self: center;
}
.copy-to-local-button {
margin-top: 12px;
diff --git a/src/views/emojiPacks/index.vue b/src/views/emojiPacks/index.vue
index 6d0d8292..c6a2e261 100644
--- a/src/views/emojiPacks/index.vue
+++ b/src/views/emojiPacks/index.vue
@@ -10,7 +10,7 @@
-
+
{{ $t('settings.refreshLocalPacks') }}