This commit is contained in:
samunohito 2024-02-23 08:59:00 +09:00
parent 098cf397b9
commit 702e4ea515
2 changed files with 1 additions and 18 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<div v-if="gridItems.value === 0" style="text-align: center">
<div v-if="gridItems.length === 0" style="text-align: center">
登録された絵文字はありません
</div>
<div v-else class="_gaps">

View File

@ -36,20 +36,3 @@ definePageMetadata(computed(() => ({
icon: 'ti ti-icons',
})));
</script>
<style lang="scss">
.emoji-grid-row-edited {
background-color: var(--ag-advanced-filter-column-pill-color);
}
.emoji-grid-item-image {
width: auto;
height: 26px;
max-width: 100%;
max-height: 100%;
}
</style>
<style module lang="scss">
</style>