From f1f6c484651b914ff73b3612bead977189541c9a Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Thu, 20 Feb 2020 21:51:15 +0300 Subject: [PATCH] Add mobile UI for editing pack metadata and adding new emoji --- src/views/emojiPacks/components/EmojiPack.vue | 7 +-- .../components/NewEmojiUploader.vue | 60 +++++++++++-------- src/views/emojiPacks/index.vue | 22 +++---- 3 files changed, 50 insertions(+), 39 deletions(-) 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; }