Skip to content
Snippets Groups Projects
Commit 926f208f authored by syuilo's avatar syuilo
Browse files

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

parent 037c2e93
No related branches found
No related tags found
No related merge requests found
...@@ -758,6 +758,7 @@ function showReactions(): void { ...@@ -758,6 +758,7 @@ function showReactions(): void {
padding: 16px; padding: 16px;
border: dashed 1px var(--renote); border: dashed 1px var(--renote);
border-radius: 8px; border-radius: 8px;
overflow: clip;
} }
.channel { .channel {
......
...@@ -595,6 +595,7 @@ if (appearNote.replyId) { ...@@ -595,6 +595,7 @@ if (appearNote.replyId) {
padding: 16px; padding: 16px;
border: dashed 1px var(--renote); border: dashed 1px var(--renote);
border-radius: 8px; border-radius: 8px;
overflow: clip;
} }
.channel { .channel {
......
...@@ -37,7 +37,6 @@ const showContent = $ref(false); ...@@ -37,7 +37,6 @@ const showContent = $ref(false);
display: flex; display: flex;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: clip;
font-size: 0.95em; font-size: 0.95em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment