From b0b28e0cb7e0c7d8843c788dae9cda420ea97062 Mon Sep 17 00:00:00 2001 From: samunohito <46447427+samunohito@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:32:59 +0900 Subject: [PATCH] =?UTF-8?q?height=E3=82=84=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/pages/admin/custom-emojis-grid.local.list.vue | 1 - .../src/pages/admin/custom-emojis-grid.local.register.vue | 1 - packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/packages/frontend/src/pages/admin/custom-emojis-grid.local.list.vue b/packages/frontend/src/pages/admin/custom-emojis-grid.local.list.vue index 6107db0779..5a33bf3b8b 100644 --- a/packages/frontend/src/pages/admin/custom-emojis-grid.local.list.vue +++ b/packages/frontend/src/pages/admin/custom-emojis-grid.local.list.vue @@ -306,7 +306,6 @@ function refreshGridItems() { overflow: scroll; padding-top: 8px; padding-bottom: 8px; - height: 570px; resize: vertical; } diff --git a/packages/frontend/src/pages/admin/custom-emojis-grid.local.register.vue b/packages/frontend/src/pages/admin/custom-emojis-grid.local.register.vue index 4f9405552c..4305dc84fd 100644 --- a/packages/frontend/src/pages/admin/custom-emojis-grid.local.register.vue +++ b/packages/frontend/src/pages/admin/custom-emojis-grid.local.register.vue @@ -382,7 +382,6 @@ onMounted(async () => { overflow: scroll; padding-top: 8px; padding-bottom: 8px; - height: 400px; resize: vertical; } diff --git a/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue b/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue index 68c057676c..0565639358 100644 --- a/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue +++ b/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue @@ -226,7 +226,6 @@ onMounted(async () => { overflow: scroll; padding-top: 8px; padding-bottom: 8px; - height: 620px; resize: vertical; }