fix(frontend): Fix cat ears are awkward on reply modal (#11309)
* fix(frontend): #11279 adjusted margin & padding * Revert "fix(frontend): #11279 adjusted margin & padding" This reverts commit e82a2d482a916aade7bb6472b45fb1665f7456dd. * fix(frontend): adjusted margin & padding
This commit is contained in:
parent
8c77153c04
commit
5280a5e5c6
1 changed files with 2 additions and 1 deletions
|
@ -907,6 +907,7 @@ defineExpose({
|
|||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: 4px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.headerLeft {
|
||||
|
@ -1024,7 +1025,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.targetNote {
|
||||
padding: 0 20px 16px 20px;
|
||||
padding: 10px 20px 16px 20px;
|
||||
}
|
||||
|
||||
.withQuote {
|
||||
|
|
Loading…
Reference in a new issue