diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index 8206160bd1..5bdf7c90cf 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -236,7 +236,7 @@ const emit = defineEmits<{ const inTimeline = inject('inTimeline', false); const inChannel = inject('inChannel', null); const currentClip = inject | null>('currentClip', null); -const inEmbedPage = inject('EMBED_PAGE', false) +const inEmbedPage = inject('EMBED_PAGE', false); const note = ref(deepClone(props.note)); @@ -913,7 +913,6 @@ function emitUpdReaction(emoji: string, delta: number) { } } - .footerButtonLink:hover, .footerButtonLink:focus, .footerButtonLink:active {