diff --git a/frontend/src/components/common/KebabMenu.vue b/frontend/src/components/common/KebabMenu.vue new file mode 100644 index 0000000..0052df7 --- /dev/null +++ b/frontend/src/components/common/KebabMenu.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/frontend/src/components/discovery/TagCard.vue b/frontend/src/components/discovery/TagCard.vue index db7b3df..81e5376 100644 --- a/frontend/src/components/discovery/TagCard.vue +++ b/frontend/src/components/discovery/TagCard.vue @@ -46,34 +46,25 @@ {{ card.kind }}
{{ card.image_count }} - - - - - - - - + + + + +
@@ -82,6 +73,7 @@ @@ -102,11 +85,6 @@ const scorePct = computed(() => `${Math.round(props.suggestion.score * 100)}%`) .fc-suggestion__accept :deep(.v-btn__content) { font-size: 12px; letter-spacing: 0.02em; } -.fc-suggestion__menu-wrap { - flex: 0 0 auto; - display: inline-flex; - align-items: center; -} .fc-suggestion__menu { flex: 0 0 auto; } diff --git a/frontend/src/components/modal/TagChip.vue b/frontend/src/components/modal/TagChip.vue index b6df29d..1dc5699 100644 --- a/frontend/src/components/modal/TagChip.vue +++ b/frontend/src/components/modal/TagChip.vue @@ -1,9 +1,4 @@