From 65f0138bd7ea8c82b9bdddb81b107accc4d79060 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A6=E3=81=83?=
=?UTF-8?q?=E3=83=BC=E3=80=82?=
<56515516+mattyatea@users.noreply.github.com>
Date: Sat, 19 Oct 2024 23:57:29 +0900
Subject: [PATCH 1/4] =?UTF-8?q?enhance(frontend):=20=E7=B5=B5=E6=96=87?=
=?UTF-8?q?=E5=AD=97=E3=81=AE=E3=83=95=E3=82=A9=E3=83=BC=E3=83=AB=E3=83=90?=
=?UTF-8?q?=E3=83=83=E3=82=AF=E5=85=88=E3=82=92=E6=96=87=E5=AD=97=E3=81=98?=
=?UTF-8?q?=E3=82=83=E3=81=AA=E3=81=8F=E3=81=A6=E7=94=BB=E5=83=8F=E3=81=AB?=
=?UTF-8?q?=20(MisskeyIO#757)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/frontend/src/components/global/MkCustomEmoji.vue | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/packages/frontend/src/components/global/MkCustomEmoji.vue b/packages/frontend/src/components/global/MkCustomEmoji.vue
index dbcb00460..de6dc5b87 100644
--- a/packages/frontend/src/components/global/MkCustomEmoji.vue
+++ b/packages/frontend/src/components/global/MkCustomEmoji.vue
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-:{{ customEmojiName }}:
+
@@ -104,6 +112,7 @@ watch([() => props.note.reactions, () => props.maxNumber], ([newSource, maxNumbe
flex-wrap: wrap;
align-items: center;
margin: 4px -2px 0 -2px;
+ max-width: 100%;
&:empty {
display: none;
diff --git a/packages/frontend/src/pages/settings/mute-block.vue b/packages/frontend/src/pages/settings/mute-block.vue
index de4db848d..2445a14d5 100644
--- a/packages/frontend/src/pages/settings/mute-block.vue
+++ b/packages/frontend/src/pages/settings/mute-block.vue
@@ -12,6 +12,23 @@ SPDX-License-Identifier: AGPL-3.0-only
+
+
+ {{ i18n.ts.mutedReactions }}
+
+
+
+
{{ i18n.ts.instanceMute }}
@@ -119,7 +136,7 @@ SPDX-License-Identifier: AGPL-3.0-only