summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNote.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-07-26 17:24:13 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-07-26 17:24:13 +0900
commit926f208fcf93014da9a9e7aec0c9dce6bf7aefbf (patch)
tree578f484dce549ce8976c80ef91bf199a6ef745b1 /packages/frontend/src/components/MkNote.vue
parentRevert "fix(frontend): Fix cat ears are awkward on reply modal (#11309)" (diff)
downloadmisskey-926f208fcf93014da9a9e7aec0c9dce6bf7aefbf.tar.gz
misskey-926f208fcf93014da9a9e7aec0c9dce6bf7aefbf.tar.bz2
misskey-926f208fcf93014da9a9e7aec0c9dce6bf7aefbf.zip
fix(frontend): Fix cat ears are awkward on reply modal
Diffstat (limited to 'packages/frontend/src/components/MkNote.vue')
-rw-r--r--packages/frontend/src/components/MkNote.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue
index deeae6e940..37315e2c2e 100644
--- a/packages/frontend/src/components/MkNote.vue
+++ b/packages/frontend/src/components/MkNote.vue
@@ -758,6 +758,7 @@ function showReactions(): void {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 8px;
+ overflow: clip;
}
.channel {