Skip to content

Commit

Permalink
fix(frontend): Fix cat ears are awkward on reply modal (#11309)
Browse files Browse the repository at this point in the history
* fix(frontend): #11279 adjusted margin & padding

* Revert "fix(frontend): #11279 adjusted margin & padding"

This reverts commit e82a2d4.

* fix(frontend): adjusted margin & padding
  • Loading branch information
RieLCho authored Jul 19, 2023
1 parent 8c77153 commit 5280a5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ defineExpose({
display: flex;
flex-wrap: nowrap;
gap: 4px;
margin-bottom: -10px;
}
.headerLeft {
Expand Down Expand Up @@ -1024,7 +1025,7 @@ defineExpose({
}
.targetNote {
padding: 0 20px 16px 20px;
padding: 10px 20px 16px 20px;
}
.withQuote {
Expand Down

0 comments on commit 5280a5e

Please sign in to comment.