mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 06:33:09 +02:00
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
1 changed files with 1 additions and 2 deletions
|
@ -907,7 +907,6 @@ defineExpose({
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
margin-bottom: -10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerLeft {
|
.headerLeft {
|
||||||
|
@ -1025,7 +1024,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
.targetNote {
|
.targetNote {
|
||||||
padding: 10px 20px 16px 20px;
|
padding: 0 20px 16px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.withQuote {
|
.withQuote {
|
||||||
|
|
Loading…
Reference in a new issue