Revert "fix(frontend): Fix cat ears are awkward on reply modal (#11309)"
This reverts commit 5280a5e5c6
.
This commit is contained in:
parent
65cc3c5fce
commit
037c2e9332
|
@ -907,7 +907,6 @@ defineExpose({
|
|||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: 4px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.headerLeft {
|
||||
|
@ -1025,7 +1024,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.targetNote {
|
||||
padding: 10px 20px 16px 20px;
|
||||
padding: 0 20px 16px 20px;
|
||||
}
|
||||
|
||||
.withQuote {
|
||||
|
|
Loading…
Reference in a new issue