fix(frontend): Fix cat ears are awkward on reply modal

This commit is contained in:
syuilo 2023-07-26 17:24:13 +09:00
parent 037c2e9332
commit 926f208fcf
3 changed files with 2 additions and 1 deletions

View file

@ -758,6 +758,7 @@ function showReactions(): void {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 8px;
overflow: clip;
}
.channel {