fix(frontend): Fix cat ears are awkward on reply modal
This commit is contained in:
parent
037c2e9332
commit
926f208fcf
|
@ -758,6 +758,7 @@ function showReactions(): void {
|
|||
padding: 16px;
|
||||
border: dashed 1px var(--renote);
|
||||
border-radius: 8px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.channel {
|
||||
|
|
|
@ -595,6 +595,7 @@ if (appearNote.replyId) {
|
|||
padding: 16px;
|
||||
border: dashed 1px var(--renote);
|
||||
border-radius: 8px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.channel {
|
||||
|
|
|
@ -37,7 +37,6 @@ const showContent = $ref(false);
|
|||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: clip;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue