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 e82a2d482a
.
* fix(frontend): adjusted margin & padding
This commit is contained in:
parent
8c77153c04
commit
5280a5e5c6
|
@ -907,6 +907,7 @@ defineExpose({
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
margin-bottom: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerLeft {
|
.headerLeft {
|
||||||
|
@ -1024,7 +1025,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
.targetNote {
|
.targetNote {
|
||||||
padding: 0 20px 16px 20px;
|
padding: 10px 20px 16px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.withQuote {
|
.withQuote {
|
||||||
|
|
Loading…
Reference in New Issue