diff --git a/src/views/emojiPacks/components/EmojiPack.vue b/src/views/emojiPacks/components/EmojiPack.vue index cde9dacd..e89f6788 100644 --- a/src/views/emojiPacks/components/EmojiPack.vue +++ b/src/views/emojiPacks/components/EmojiPack.vue @@ -223,9 +223,6 @@ export default { - + + diff --git a/src/views/emojiPacks/index.vue b/src/views/emojiPacks/index.vue index 36010c24..c2b0b5df 100644 --- a/src/views/emojiPacks/index.vue +++ b/src/views/emojiPacks/index.vue @@ -175,15 +175,6 @@ export default { } @media only screen and (max-width:480px) { - .emoji-packs-header-button-container { - height: 82px; - flex-direction: column; - .el-button+.el-button { - margin: 10px 0 0 0; - width: fit-content; - - } - } .create-pack { height: 82px; flex-direction: column; @@ -195,14 +186,25 @@ export default { margin: 15px 0; } .emoji-packs-form { - margin: 0 10px; + margin: 0 7px; label { padding-right: 8px; } + .el-form-item { + margin-bottom: 15px; + } } .emoji-packs-header { margin: 15px; } + .emoji-packs-header-button-container { + height: 82px; + flex-direction: column; + .el-button+.el-button { + margin: 7px 0 0 0; + width: fit-content; + } + } .reload-emoji-button { width: fit-content; }