diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-26 17:17:26 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-26 17:17:26 +0900 |
| commit | 037c2e9332d2a3aeba6f7014e72c77441a715e52 (patch) | |
| tree | 2396a028fd0d20cc1d3df4f40587fde6f7c00804 /packages/frontend/src | |
| parent | 13.14.2 (diff) | |
| download | sharkey-037c2e9332d2a3aeba6f7014e72c77441a715e52.tar.gz sharkey-037c2e9332d2a3aeba6f7014e72c77441a715e52.tar.bz2 sharkey-037c2e9332d2a3aeba6f7014e72c77441a715e52.zip | |
Revert "fix(frontend): Fix cat ears are awkward on reply modal (#11309)"
This reverts commit 5280a5e5c68d94565774c71976fb343bb949554e.
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/components/MkPostForm.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 3c1aed63e8..0527811ab0 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -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 { |