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 0edd313ba4..6107db0779 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 @@ -13,7 +13,7 @@ -
+
@@ -302,6 +302,14 @@ function refreshGridItems() { gap: 8px; } +.gridArea { + overflow: scroll; + padding-top: 8px; + padding-bottom: 8px; + height: 570px; + resize: vertical; +} + .pages { display: flex; justify-content: center; 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 36f32cc66b..4f9405552c 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 @@ -51,7 +51,7 @@
-
+
{ } } +.gridArea { + overflow: scroll; + padding-top: 8px; + padding-bottom: 8px; + height: 400px; + resize: vertical; +} + .buttons { margin-top: 16px; display: flex; 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 6d8ca316ea..68c057676c 100644 --- a/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue +++ b/packages/frontend/src/pages/admin/custom-emojis-grid.remote.vue @@ -15,7 +15,7 @@
-
+
@@ -222,6 +222,14 @@ onMounted(async () => { gap: 8px; } +.gridArea { + overflow: scroll; + padding-top: 8px; + padding-bottom: 8px; + height: 620px; + resize: vertical; +} + .pages { display: flex; justify-content: center;